question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Enable Change Data Feed

See original GitHub issue

We 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:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
zsxwingcommented, Jul 27, 2022

2.0.0 has been released. Closing this as a duplicate of #1105

1reaction
dennygleecommented, Oct 12, 2021

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found