Trace the lineage of a column through a SQL query using schema metadata.
When a schema is provided, columns are fully qualified and type-annotated.
Each LineageNode.expression will have its inferred_type field populated
with the resolved SQL data type. Use ast.getInferredType(node.expression)
to read it.
Trace the lineage of a column through a SQL query using schema metadata.
When a schema is provided, columns are fully qualified and type-annotated. Each
LineageNode.expressionwill have itsinferred_typefield populated with the resolved SQL data type. Useast.getInferredType(node.expression)to read it.