Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Change Data Feed #704

Closed
TioLuiso opened this issue Jun 21, 2021 · 7 comments
Closed

Enable Change Data Feed #704

TioLuiso opened this issue Jun 21, 2021 · 7 comments
Labels
enhancement New feature or request

Comments

@TioLuiso
Copy link

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?

@tdas
Copy link
Contributor

tdas commented Jun 21, 2021

CDF is only available in Delta on Databricks right now. So using Delta 1.0 locally will not allow you to use CDF. I suggest contacting your Databricks contact person to discuss this further.

@TioLuiso
Copy link
Author

Thanks a lot for your response
Ok, I see.
Is it expected that eventually CDF could be used out of Databricks? Is there something in the works there?
Anyway, thanks a lot

@allisonport-db allisonport-db added the enhancement New feature or request label Oct 7, 2021
@dennyglee
Copy link
Contributor

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!

@scottsand-db
Copy link
Collaborator

@TioLuiso - see #1105.

@igvog
Copy link

igvog commented Jun 28, 2022

Looking forward to adding CDF to Delta OSS! @dennyglee

@dennyglee
Copy link
Contributor

Definitely! We're marching towards Delta Lake 2.0 (the RC became available for testing in late June). Test it out now if you can and provide us feedback, eh?! :)

@zsxwing
Copy link
Member

zsxwing commented Jul 27, 2022

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

@zsxwing zsxwing closed this as completed Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

7 participants