v0.5
- Python3 support for cli databricks.
- Removed the use of the Subpar project and rules_pip
- Using the --build_python_zip flag
http_archive(
name = "rules_databricks",
urls = [
"https://github.com/acqio/rules_databricks/archive/v0.5.tar.gz"
],
sha256 = "b21301eb81b41162ae612ff708b8466ab94db55b111605a492708d03d74e532c",
strip_prefix = "rules_databricks-0.5",
)