-
Notifications
You must be signed in to change notification settings - Fork 121
[Python] Move python directory #3851
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
Conversation
11 failing tests:
|
pietern
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer moving this to bundles/python.
It's the CLI repo after all, and a top-level python directory implies it is something more (other) than bundle support.
| }, PythonMutatorPhaseLoadResources) | ||
|
|
||
| assert.Error(t, err, "experimental/pydabs is deprecated, use experimental/python instead (https://docs.databricks.com/dev-tools/bundles/python)") | ||
| assert.Error(t, err, "experimental/pydabs is deprecated, use python instead (https://docs.databricks.com/dev-tools/bundles/python)") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this error come from Python?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it's in golang code
|
We discussed offline that using "python" is good enough. If we reuse the "bundles" directory, it will be confusing to see a mix of GoLang and Python code in the same directory. Later, we can move the "bundles" portion of the "python" code into "python/bundles" |
Changes
Move
experimental/python->pythonWhy
The Python package is no longer experimental.