by
andalo
• New Contributor II
- 2205 Views
- 1 replies
- 0 kudos
I have created a catalog, a schema and several tables within unity catalog, when I run a notebook that makes a merge to one of the tables the lineage of this is correct with all its dependencies, but if I run the notebook of another different table t...
- 2205 Views
- 1 replies
- 0 kudos
Latest Reply
Hello @andalo!
This might be happening because lineage for MERGE operations is not fully captured by default. Could you try setting the Spark property spark.databricks.dataLineage.mergeIntoV2Enabled to true?Just a heads-up, enabling this setting may ...
- 2576 Views
- 3 replies
- 0 kudos
Hello All,We have recently created a databricks with UC enabled. All the VNET Pairing is completed. Now, while I am trying to create a table [Managed] under a catalog / schema - I am not able to query the table. I am getting below error org.apache.ha...
- 2576 Views
- 3 replies
- 0 kudos
Latest Reply
Hi @dipanjannet ,
This could be due to the code falling back to the hive metastore, which could be due to a number of reasons, but the first thing that caught my eye was that the table name in your saveAsTable() call isn't fully qualified. Can you ad...
2 More Replies