Changed
- ♻️ Introduce model matching for workflow object
- ♻️ Heavily refactor parameter passing logic
- ♻️ Heavily refactor the models used by `dbx` internal APIs
- ♻️ Make empty `workflows` list a noop instead of error
- ♻️ Handle `pytest` exit code in cookiecutter project integration test entrypoint
Added
- 🔥 Delta Live Tables support
- 📖 Documentation on the differences between `dbx execute` and `dbx launch`
- 📖 Documentation on how to use parameter passing in various cases
- 📖 Documentation on how to enable Photon
- 📖 Documentation on artifact storage
- 🪄 Functionality to automatically enable context-based upload
- 🪄 Automatic conversion from `wasbs://` to `abfss://` references when using ADLS as artifact storage.
- ♻️ New init scripts append logic in case when `cluster-policy://` resolution is used.
Fixed
- 🐛 Message with rich markup [] is properly displayed now
- 📖 Broken link in the generated README.md in Python template