Update examples using scripts/update_from_templates.sh and add missing files#114
Conversation
| dependencies: | ||
| # We include every dependency defined by pyproject.toml by defining an editable environment | ||
| # that points to the folder where pyproject.toml is deployed. | ||
| - --editable ${workspace.file_path} |
There was a problem hiding this comment.
In the most recent CLI release, you can use -e ../...
There was a problem hiding this comment.
Yes, but that only works with the latest CLI 🤷 Anyone with an older version gets a very confusing error. That's why the templates use this form for now...
There was a problem hiding this comment.
This file is not referred to anywhere.
Does this come from a released CLI?
There was a problem hiding this comment.
And yes this is all based on Databricks CLI 0.274.0
There was a problem hiding this comment.
Now that pipeline sources are all in a directory, do we still need the notebook or can it be removed?
There was a problem hiding this comment.
This is still the old template from main 🤷 We'll get rid of this soon!
I just double-checked it; these are indeed the files generated after deleting all files and re-generating them with CLI 0.274.0. |
|
Thanks for checking. |
This updates the examples based on the templates of CLI 0.274.0.
Closes #118.