-
Notifications
You must be signed in to change notification settings - Fork 71
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 non-Delta as Sink #48
Comments
This feature can be implemented using DLT's sink API as described below: API guide Create a sink
Code examples
Create a Delta sink by giving the file system path to the table
Create a Delta sink by giving the table name in UC
Use append_flow to write to a sink
|
Added bronze_sinks and silver_sinks options in onboarding file as below:
added write_to_sinks in dataflow_pipeline.py under AppendFlowWriter
Above code can be invoked while doing write:
|
Once DLT Direct publishing mode is in PuPr then will merge into release branch. |
Support non delta as sink using metadata approach.
The text was updated successfully, but these errors were encountered: