get_dag

colassigner.get_dag(cls: Type[ColAssigner])

generates a dag of the reliances of columns based on the ast of a colassigner

Parameters

cls : Type[ColAssigner]

Returns

list of edges of a dag

BETA! - WIP

rules: - explicitly access columns within other functions - no external function referencing column (only method of assigner class) - no common source in as attributes - self should always be named self