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

Support for Databricks CLI versions 0.205 and above #856

Open
mrmasterplan opened this issue Nov 21, 2023 · 1 comment
Open

Support for Databricks CLI versions 0.205 and above #856

mrmasterplan opened this issue Nov 21, 2023 · 1 comment

Comments

@mrmasterplan
Copy link

Expected Behavior

I expect the dbx tool to continue to support the lates and recommended versions of databricks tooling.
Databricks now recommends all users to migrate to the new Databricks CLI version 0.205 or above. (Link: https://learn.microsoft.com/en-us/azure/databricks/archive/dev-tools/cli/)
The version 0.18 is considered deprecated. DBX currently requires databricks-cli version 0.17. (See link to repo here: https://github.com/databrickslabs/dbx/blob/main/setup.py#L14)

Can we have a discussion how we continue to support the latests tool versions?

Current Behavior

DBX is incompatible with Databricks CLI version 0.205 or above.

Context

see above

Your Environment

  • dbx version used: 0.8.18
  • Databricks Runtime version: 13.3LTS
@mrmasterplan
Copy link
Author

I see two ways to proceed:

Option 1: Use the databricks-sdk package which is available on pypi and depend on that instead of on the CLI tool.

Option 2: Depend on Databricks CLI version 0.205 and above which needs to be installed independently. It is not avialable on Pypi.

What do people prefer? I feel that option 2 is probably easier to code.

@mrmasterplan mrmasterplan changed the title Databricks CLI versions 0.205 and above Support for Databricks CLI versions 0.205 and above Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant