One issue I have with databricks is the lack of support for proper python library develoment. As soon as I follow python dev best practices instead of just using notebooks, databricks support lacks a bit.
This is partially supported with artifacts and jobs in the databricks.yml.
Ideally I want to see a workflow, where I can use my vscode just like before and don't feel a difference.
Things I'd like to see:
- editable install of synced library code
- automatic availability/install on selected cluster
- Interactive notebooks
I'm not sure how well this is aligned with the vision for this extension, but I'll try to come up with a proposal PR to address my needs.
One issue I have with databricks is the lack of support for proper python library develoment. As soon as I follow python dev best practices instead of just using notebooks, databricks support lacks a bit.
This is partially supported with artifacts and jobs in the databricks.yml.
Ideally I want to see a workflow, where I can use my vscode just like before and don't feel a difference.
Things I'd like to see:
I'm not sure how well this is aligned with the vision for this extension, but I'll try to come up with a proposal PR to address my needs.