Enable Change Data Feed
See original GitHub issueWe are developing an application for Azure Databricks. We are using DBR 8.3, which has the experimental feature of Change Data Feed. For testing purposes, we have a dockerized local environment with Spark 3.1.2 and spark-delta 1.0.0. When we want to create a CDF enabled table, we use:
DeltaTable.createIfNotExists(spark).tableName("TableName").addColumns(schema).location(path).property("delta.enableChangeDataFeed", "true").execute()
When we try to execute that, we receive the error:
Configuration delta.enableChangeDataFeed cannot be set. Change data feed from Delta is not yet available.
Is there anyway to enable this for local testing purposes?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Use Delta Lake change data feed on Databricks
Change data feed allows Databricks to track row-level changes between versions of a Delta table. When enabled on a Delta table, the runtime...
Read more >Change data feed
Change Data Feed (CDF) feature allows Delta tables to track row-level changes between versions of a Delta table. When enabled on a Delta...
Read more >Use Delta Lake change data feed on Azure Databricks
You must explicitly enable the change data feed option using one of the following methods: New table: Set the table property delta.
Read more >Change Data Feed - The Internals of Delta Lake
Change Data Feed (CDF) (aka Change Data Capture or CDC in short) is a feature of Delta Lake that allows tracking row-level changes...
Read more >Change Data Feed in Delta - YouTube
Change Data Feed is a new feature of Delta Lake on Databricks that is available as a public preview since DBR 8.2. This...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
2.0.0 has been released. Closing this as a duplicate of #1105
Hi @TioLuiso - a great way to chime in is to vote in the Delta OSS 2021H2 Roadmap - here’s the link specifically to CDF. HTH!