ā12-24-2022 06:48 PM
I've just learned Delta Live Tables on Databricks Academy and have no environment to try it out.
I'm wondering what happens to the pipeline if the notebook consists of both normal tables and DLTs.
For example
As you see, DLT B does not have a direct linkage to DLT A.
Will the pipeline still be able to track DLT A > Table B > DLT B? Or will this render an exception?
ā12-24-2022 07:05 PM
This doc will help you https://www.databricks.com/discover/pages/getting-started-with-delta-live-tables#prerequisites
ā12-24-2022 09:58 PM
Thanks for sharing the doc, but all tables in the example are Delta Live Tables.
I wonder what happens to the pipeline if one of them is not a DLT.
Let's say the Bronze tables are DLTs, and the Silver table is NOT, but the golden tables are again DLTs. Will the pipeline still be able to track the Silver table?
ā12-26-2022 02:47 AM
@Aviral Bhardwajā thank you from my end
ā12-26-2022 06:33 AM
Thank you ā
ā12-25-2022 11:15 PM
hey ,@S Lā According to you , you have normal table table A and DLT table Table B , so it will give thrown an error that your upstream table is not streaming Live table and you need to create streaming live table Table a , if you want to use the output of that table to Table B .
then 3rd option , it will not throw any exception and will work as per my understanding , because your source can be a DLT table if you are using that table output to the normal table .
4th option will again give an error , because your source is not a DLT table and you are using the output of the source to the DLT table , which is not possible , i think
ā12-26-2022 01:28 AM
Thanks. This clarifies my confusion.
Does Table A have to be a STREAMING Live Table or it will work as long as it is a DLT? Just want to understand if streaming is also a pre-requisite.
ā12-26-2022 02:46 AM
even it was helped me as well thank you
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonāt want to miss the chance to attend and share knowledge.
If there isnāt a group near you, start one and help create a community that brings people together.
Request a New Group