cancel
Showing results for 
Search instead for 
Did you mean: 
Community Platform Discussions
Connect with fellow community members to discuss general topics related to the Databricks platform, industry trends, and best practices. Share experiences, ask questions, and foster collaboration within the community.
cancel
Showing results for 
Search instead for 
Did you mean: 

Updates on a column in delta table with downstream autoloader

Wijnand
New Contributor II

I've got the following questions:

1. Can I pause autoloader jobs, delete cluster that was used to run these jobs, create a new cluster and run jobs with newer version cluster?

2. I have one autoloader job that ingests JSONs and transforms this to a delta table, and one autoloader job that reads the delta table and appends this data to a second delta table in another location. What to do if I want to update a column on the first delta table? I've tried this small scale, and the second job breaks because it couldn't handle the update. Threw up the following error message:

com.databricks.sql.transaction.tahoe.DeltaUnsupportedOperationException: Detected a data update (for example part-00000-6e380ba1-f9ff-4938-9152-d989ed2413ab.c000.snappy.parquet) in the source table at version 13. This is currently not supported. If you'd like to ignore updates, set the option 'skipChangeCommits' to 'true'. If you would like the data update to be reflected, please restart this query with a fresh checkpoint directory. The source table can be found at path dbfs:/user/hive/warehouse/target_table.

So I've tried restarting the query with a fresh checkpoint directory, and it reprocessed all records in delta table 1. The actual flow deals with a massive number of records, so reprocessing is very much not preferred.

1 ACCEPTED SOLUTION

Accepted Solutions

Kaniz_Fatma
Community Manager
Community Manager
1 REPLY 1

Kaniz_Fatma
Community Manager
Community Manager

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