-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
🎉 Destination Databricks: Support Azure storage #15140
Comments
I have a prototype written already and I will open a PR shortly for review. |
@abaerptc thanks for opening this issue, looking forward to your PR! |
Any updates on this? This PR would make the life of Databricks users on Azure so much easier - the current approaches of either using minio or csv files are both suboptimal. Being able to use a CDC source and dedupe straight from Airbyte with Databricks, and having the result as a delta table is a game changer. |
@marcosmarxm @tuliren Any update on getting this merged in? #15329 |
* 🎉 Destination Databricks: Support Azure storage (#15140) * Update docs and version. * Revert unintentional change to S3 config parsing. * Revert unnecessary additional table property. * change spec.json * Ignore azure integration test * Add issue link * auto-bump connector version Co-authored-by: Marcos Marx <[email protected]> Co-authored-by: marcosmarxm <[email protected]> Co-authored-by: Liren Tu <[email protected]> Co-authored-by: Octavia Squidington III <[email protected]>
…rbytehq#15329) * 🎉 Destination Databricks: Support Azure storage (airbytehq#15140) * Update docs and version. * Revert unintentional change to S3 config parsing. * Revert unnecessary additional table property. * change spec.json * Ignore azure integration test * Add issue link * auto-bump connector version Co-authored-by: Marcos Marx <[email protected]> Co-authored-by: marcosmarxm <[email protected]> Co-authored-by: Liren Tu <[email protected]> Co-authored-by: Octavia Squidington III <[email protected]>
Tell us about the problem you're trying to solve
I'd like to use the Databricks destination with Azure storage.
Describe the solution you’d like
I'd like the option to specify an Azure storage location as an alternative to S3 storage.
Describe the alternative you’ve considered or used
None.
Additional context
None.
Are you willing to submit a PR?
Yes.
The text was updated successfully, but these errors were encountered: