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

[MAINTENANCE] Remove deprecated sqlalchemy-databricks connector #8644

Merged
merged 6 commits into from Aug 31, 2023

Conversation

wookasz
Copy link
Contributor

@wookasz wookasz commented Aug 30, 2023

sqlalchemy-databricks is deprecated and buggy. The databrics+connector:// protocol will no longer be supported. Please use databricks:// instead.

  • Description of PR changes above includes a link to an existing GitHub issue
  • PR title is prefixed with one of: [BUGFIX], [FEATURE], [DOCS], [MAINTENANCE], [CONTRIB]
  • Code is linted - run invoke lint (uses black + ruff)
  • Appropriate tests and docs have been updated

For more information about contributing, see Contribute.

After you submit your PR, keep the page open and monitor the statuses of the various checks made by our continuous integration process at the bottom of the page. Please fix any issues that come up and reach out on Slack if you need help. Thanks for contributing!

@netlify
Copy link

netlify bot commented Aug 30, 2023

Deploy Preview for niobium-lead-7998 canceled.

Name Link
🔨 Latest commit 60d2846
🔍 Latest deploy log https://app.netlify.com/sites/niobium-lead-7998/deploys/64f08b8b77910f0007500805

@wookasz wookasz requested a review from Kilo59 August 30, 2023 20:47
@github-actions github-actions bot added the core label Aug 30, 2023
@@ -86,7 +86,6 @@ class _UrlSchemaError(pydantic.UrlError):
class DatabricksDsn(AnyUrl):
allowed_schemes = {
"databricks",
"databricks+connector",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any reason that you can think of that someone might want to keep using the deprecated connector?
We could keep allowing it but raise a warning if it gets used.

I'm also fine with just removing it. We can always add it back if users request it.

@Kilo59 Kilo59 requested a review from cdkini August 30, 2023 20:50
@ghost
Copy link

ghost commented Aug 30, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@wookasz wookasz enabled auto-merge (squash) August 30, 2023 22:13
@Kilo59 Kilo59 disabled auto-merge August 31, 2023 12:45
@Kilo59 Kilo59 force-pushed the m/remove-deprecated-databricks-connector branch from 8041119 to 60d2846 Compare August 31, 2023 12:46
@Kilo59 Kilo59 enabled auto-merge (squash) August 31, 2023 13:07
@Kilo59 Kilo59 merged commit 911d0fa into develop Aug 31, 2023
54 checks passed
@Kilo59 Kilo59 deleted the m/remove-deprecated-databricks-connector branch August 31, 2023 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants