CI and CD can be performed using any platform like Azure DevOps Pipeline or GitHub Actions, etc. where the following make commands in Makefile might be useful.
- CI: execute
make cifrom the Pipeline/Action stage. - CD: execute
make cdfrom the Pipeline/Action stage.
NOTE: Set env variables - DATABRICKS_HOST, DATABRICKS_TOKEN in the environment prior executing CD stage.