Skip to content
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 Databricks Serverless SQL Warehouse Support #2169

Closed
eakmanrq opened this issue Feb 22, 2024 · 2 comments
Closed

Add Databricks Serverless SQL Warehouse Support #2169

eakmanrq opened this issue Feb 22, 2024 · 2 comments
Labels
Engine: Databricks Issues related to Databricks Feature Adds new functionality

Comments

@eakmanrq
Copy link
Contributor

The one known issue is inability to do insert/overwrite on SQL Warehouse: https://community.databricks.com/t5/data-engineering/configuration-spark-sql-sources-partitionoverwritemode-is-not/td-p/43646

We may have to detect a SQL Warehouse connection and then have it do a delete/insert instead.

We should add a new test to our engine test_integrations tests to test both general purpose clusters and Serverless SQL Warehouse.

@eakmanrq eakmanrq added Feature Adds new functionality Engine: Databricks Issues related to Databricks labels Feb 28, 2024
@tobymao
Copy link
Contributor

tobymao commented May 17, 2024

this is now implemented i believe? @eakmanrq

@eakmanrq
Copy link
Contributor Author

Although we don't test it, we do believe this addressed now. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Engine: Databricks Issues related to Databricks Feature Adds new functionality
Projects
None yet
Development

No branches or pull requests

2 participants