Snowflake table function lineage detection¶
SQLFlow is able to detect the Snowflake table function lineage.
Check the following sample code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
|
With SQLFlow, the T1.C2 -> T_TMP.C2_ID -> T2.C2_ID
lineage is properly generated.
