-
Notifications
You must be signed in to change notification settings - Fork 11
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
Azure support? #7
Comments
Azure is (possibly) nearly already supported. I tested using the following script:
but encountered duckdb/duckdb-delta#71 when I select from a table. |
This works now. The submodules just need to be bumped to v1.1.0 (CC @samansmink) |
Trying the extension with Azure Databricks using duckdb version v1.1.1 af39bd0dcf. I can execute the SQL script from above with no errors, but the SHOW ALL TABLES returns 0 rows. Using the Databricks CLI returns my tables. |
I can get
Would this use the az cli to authenticate to the storage account as opposes to the sas token provided by UC? |
@guanjieshen correct, the secret is for azure authentication. I haven't looked into credential vending yet, but will in the next few weeks. |
For me the provided setup works only if you specify the azure_transport_option as follows: It would be really nice if it would support credential vending as that is currently a blocker for me. I am planning to implement it in dbt-duckdb using python as my c++ skills are unexisting. Here are the steps needed in python, maybe it can help you.
|
Will there be support for databricks in azure at some point?
The text was updated successfully, but these errors were encountered: