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

Add support for apply changes from snapshot at bronze to silver layer #126

Open
wants to merge 3 commits into
base: issue_86
Choose a base branch
from

Conversation

arthur00
Copy link

@arthur00 arthur00 commented Dec 2, 2024

Adds apply changes from snapshot using bronze table as a source

  • Requires creating a custom spark stream, which in turn requires maintaining a checkpoint.
  • Refactors some of the code to keep it DRY
  • allows use in tables with no primary keys. Generates a hash of non-metadata columns as a key.

* Requires creating a custom spark stream, which in turn requires maintaining a checkpoint.
* Refactors some of the code to keep it DRY
* allows use in tables with no primary keys. Generates a hash of non-metadata columns as a key.
# Conflicts:
#	src/onboard_dataflowspec.py
@ravi-databricks ravi-databricks self-assigned this Dec 2, 2024
@ravi-databricks ravi-databricks added the enhancement New feature or request label Dec 2, 2024
@ravi-databricks ravi-databricks added this to the v0.0.9 milestone Dec 2, 2024
@ravi-databricks ravi-databricks modified the milestones: v0.0.9, v0.0.10 Dec 10, 2024
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

Successfully merging this pull request may close these issues.

3 participants