This project is a simple Docker image that provides access to the latest -preview- Databricks (CLI Client).
- a working Docker engine
- a working Docker Compose installation
Type ./build.sh
to build the image.
Docker will automatically install the newly built image into the cache.
Create a .databrickscfg file in your git folder. Paste the following into that file:
[DEFAULT]
host = <yourhost>
token = <xxxxxxxxxxxxxxxxxxa>
- Use
./databricks-cli-cmd.sh
to get your databricks version. - Use
./databricks-cli-cmd.sh "jobs list"
to get your current jobs.
This project is licensed under the Apache License Version 2.0, January 2004.