Skip to content

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

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

Merged

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
Copy link
Contributor

@ravi-databricks ravi-databricks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging into issue_86 branch for further modifications

@ravi-databricks ravi-databricks merged commit 6eaf0e2 into databrickslabs:issue_86 Apr 2, 2025
1 check passed
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