quiet-kilobyte-82304
11/19/2021, 6:13 PMquiet-kilobyte-82304
11/19/2021, 6:14 PMwarehouse=# create table banandaram.test_lineage_for_ctas as select * from banandaram.lineage_dummy;
SELECT
Time: 8349.387 ms
warehouse=# select * from banandaram.test_lineage_for_ctas;
foo
-----
1
(1 row)
Time: 384.175 ms
warehouse=# select pg_last_query_id();
pg_last_query_id
------------------
55451607
(1 row)
Time: 590.522 ms
warehouse=# select tbl, perm_table_name from stl_scan where query = 55451607 and perm_table_name <> 'Internal Worktable' group by 1,2;
tbl | perm_table_name
---------+------------------------------------------------------------------------------------------------------------------------------------------
8073220 | test_lineage_for_ctas
(1 row)
Time: 18629.544 msquiet-kilobyte-82304
11/19/2021, 6:14 PMquiet-kilobyte-82304
11/19/2021, 6:17 PMbuilder.make_lineage_mce with source and target urns and then emit metadata by calling emitter.emit_mcequiet-kilobyte-82304
11/19/2021, 6:20 PMquiet-kilobyte-82304
11/19/2021, 6:24 PMpolite-flower-25924
11/19/2021, 6:39 PMdazzling-judge-80093
11/23/2021, 11:53 AMquiet-kilobyte-82304
11/23/2021, 2:31 PM