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: 

Best ways to copy the parquet files in the staging directory to the Delta table

brickster_2018
Databricks Employee
Databricks Employee

I have some parquet data in a temporary directory. Can I copy them into the delta table directly, what are the best options.

1 ACCEPTED SOLUTION

Accepted Solutions

brickster_2018
Databricks Employee
Databricks Employee

The easiest solution is to use the COPY INTO command. The COPY INTO command ensures idempotency, so even if the operation fails there are no data inconsistencies. COPY INTO command utilizes the resources on the Spark cluster hence completes faster. 

https://docs.databricks.com/spark/latest/spark-sql/language-manual/delta-copy-into.html

View solution in original post

1 REPLY 1

brickster_2018
Databricks Employee
Databricks Employee

The easiest solution is to use the COPY INTO command. The COPY INTO command ensures idempotency, so even if the operation fails there are no data inconsistencies. COPY INTO command utilizes the resources on the Spark cluster hence completes faster. 

https://docs.databricks.com/spark/latest/spark-sql/language-manual/delta-copy-into.html

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now