cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Does Delta Live Tables only work with Delta tables?

Ryan_Chynoweth
Esteemed Contributor
 
3 REPLIES 3

Ryan_Chynoweth
Esteemed Contributor

Yes, Delta Live Tables can only be used to update Delta tables.

Trodenn
New Contributor III

is there a way to read a delta live table and then have it as a spark dataframe?

Ryan_Chynoweth
Esteemed Contributor

Hi @Pierre Nanquetteโ€‹ ,

You cannot use dataframes within a DLT pipeline. However, tables that are created in a pipeline are saved to target databases at which point you can read those tables into dataframes using Scala/Python/R outside of your DLT notebook.

TLDR - create a new notebook and read the data with dataframes.

Does that help?

Connect with Databricks Users in Your Area

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