- add deprecation warning
- free the dependency constraint on
databricks-cli
- remove clutter from
__version__
module - add
__cli_version__
variable referencing thedatabricks-cli
version - fix
__all__
variable indatabricks
module
- upgrade to cli 0.16.2
- add stub file for DatabricksAPI
- remove camel_to_snake from __all__
- Update to databricks-cli 0.12.0, which adds support for policy, token, and delta_pipeline APIs
- Update to databricks-cli 0.10.0, which adds back the init_script args in the cluster API
- Update to databricks-cli 0.9.0, adding instance pool functionality
- Fix package metadata access
- Update with restricted databricks-cli versions to prevent future breaking on major/minor updates to cli
- First release