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:ย 

Considering Autoloader for Bronze to Silver transformations

yit
Contributor

Iโ€™m currently implementing Auto Loader to ingest data from the source into the Bronze layerโ€”essentially mapping the raw data into Delta tables. Now, Iโ€™ve also been considering using Auto Loader for Bronze-to-Silver transformations.

Are there any pros and cons I should consider before moving forward with this approach?

1 ACCEPTED SOLUTION

Accepted Solutions

cgrant
Databricks Employee
Databricks Employee

Auto Loader is for loading raw files, not loading Delta Lake or Apache Iceberg tables, see more here.

Instead, stream from a Delta Lake table.

View solution in original post

1 REPLY 1

cgrant
Databricks Employee
Databricks Employee

Auto Loader is for loading raw files, not loading Delta Lake or Apache Iceberg tables, see more here.

Instead, stream from a Delta Lake table.