-
Notifications
You must be signed in to change notification settings - Fork 37
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
Inner dev loop fixes #18
base: main
Are you sure you want to change the base?
Conversation
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.
Thanks for the contributions!! Please see the comments inline.
And note that the source of truth here is the default-python template in the CLI repository. Any changes should be committed there.
@lennartkats-db I made a related PR for the default python template databricks/cli#1239 |
@@ -3,6 +3,9 @@ | |||
## For defining dependencies used by jobs in Databricks Workflows, see | |||
## https://docs.databricks.com/dev-tools/bundles/library-dependencies.html | |||
|
|||
## Add code completion support for DLT | |||
databricks-dlt |
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.
If we have this, would it be possible/desirable to enable python.analysis.typeCheckingMode"
?
dlt
typingspark
object to library so it works better with DBConnect in the IDE