Snowflake table function lineage detection
SQLFlow is able to detect the Snowflake table function lineage.
Check the following sample code:
With SQLFlow, the T1.C2 -> T_TMP.C2_ID -> T2.C2_ID
lineage is properly generated.
Last updated
SQLFlow is able to detect the Snowflake table function lineage.
Check the following sample code:
With SQLFlow, the T1.C2 -> T_TMP.C2_ID -> T2.C2_ID
lineage is properly generated.
Last updated