databricks-demos / dbdemos

Demos to implement your Databricks Lakehouse
Other
255 stars 80 forks source link

`uc-03-data-lineage` notebook doesn't populate `uc_lineage.dinner` data correctly #67

Open alexott opened 10 months ago

alexott commented 10 months ago

There is a race condition between cells 7 (populate uc_lineage.menu table) and 9 (populate uc_lineage.dinner table) because SQL cells are now executed in parallel, and uc_lineage.dinner is created from the empty uc_lineage.menu table.