modern-artist-55754
03/25/2022, 5:03 AMmodern-artist-55754
03/25/2022, 11:00 AMsource .mammoth-bear-12532
mammoth-bear-12532
modern-artist-55754
03/29/2022, 10:43 PMdb.schema.table) in lower case (if table name is not case sensitive). with DBT, the ingestion take the exact case from catalog.json and manifest.json, Tableau seems to have everything in uppercase.
What we find is that the lineage is not correctly shown because the URN are different i.e. urn:li:dataset:(urn:li:platform:snowflake,DB.SCHEMA.TABLE,PROD), urn:li:dataset:(urn:li:platform:snowflake,DB.SCHEMA.table,PROD) and urn:li:dataset:(urn:li:platform:snowflake,db.schema.table,PROD) I believe there was a PR to make db.schema case insensitive, but the table name is still case sensitive. More to that, the front end now show 3 different dataset. If we can have an option in the yml config to specify what type of case we want for the urn, that would be more flexible?modern-artist-55754
03/30/2022, 10:16 PM