This release provides init_adapter
method to make dbx execute
method more user-friendly.
This release provides hotfix for incorrect reference of init_conf
and adds proper testing checks for github workflows.
This release adds more compatibility with win-based development environments, as well as extensive tests for win-based launches.
Added support for picking configuration properties from environment variable. Fixed issue with non-existent lockfile.
Minor fixes in the dbx behaviour.
Fixed multiple issues with run status checks:
- status check code is now unified int one method
--existing-runs=cancel
instabilities fixed--trace
stucks in case of skipped status fixed- proper exit code for failed integration tests
- Since dbx is moved to public, no more whl file is needed. whl file is deleted from the repository, as well as all references to it.
- Introduced support for Google Cloud
- project template code is formatted with black for better readability
- Add installation of
dbx
to theunit-requirements.txt
file - Switch generated top-level folder name to project_name variable, not project_slug.
- Add
.coveragerc
to the generated project - Explicitly include support for
dbutils
in thecommon.py
file
- Remove
init_adapter
logic, now all parameters are directly passed from thedeployment.json
file.
- Fixed issue with project name in Gitlab CI.