samarth-1mg
samarth-1mg
dialect: snowflake Queries starting with CREATE or REPLACE is not creating lineage when used with COPY GRANTS as mentioned in the above message by Queries starting with MERGE INTO are...
Unable to view upstream lineage for a table made with the query - ``` CREATE OR REPLACE TRANSIENT TABLE DATA_WAREHOUSE.SCHEMA_1.FINAL_TABLE COPY GRANTS AS WITH TABLE_1 AS ( SELECT COLUMN_1 ,...
There is an issue with Snowflake lineage where if there is a SELECT * on a subquery with some joins, the lineage parser fails to pick up the columns from...
Adding to previous queries, this query is even failing to produce lineage in reata/sqllineage : ``` CREATE OR REPLACE TRANSIENT TABLE data_warehouse.schema_2.table_1 COPY GRANTS AS SELECT DISTINCT table_2_alias.column_59 as column_1,...