-
Notifications
You must be signed in to change notification settings - Fork 84
DLT Sink API integration #157
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
Conversation
ravi-databricks
commented
Feb 28, 2025
- Added support for dlt.sink api
- supports delta, kafka and eventshub
1. kafka dlt_sink 2. itegration tests
- Added unit tests
corrected validation notebook
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check for hardcoding and for the version updates in different locations.
Can we create one file called "version.py" and import it at all the other locations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need hardcoding here?
"tableName": "ravi_dlt_meta_uc.dlt_meta_bronze_it_e33f69c0b2824f62b651a3d047e30c31.customer_sink_cdc"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a single location to ensure that the version number is updated at all places?
Currently, we have:
- setup.py
- src/about.py
- src/init.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a single location to ensure that the version number is updated at all places?
Currently, we have:
setup.py
src/about.py
src/init.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a single location to ensure that the version number is updated at all places?
Currently, we have:
setup.py
src/about.py
src/init.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These all will be changed as part of repo package restructuring under issue_159
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM