microsoft / azdo-databricks

A set of Build and Release tasks for Building, Deploying and Testing Databricks notebooks
MIT License
25 stars 30 forks source link

Feature Request - Separate "Compile and installs JAR using SBT" into multiple tasks #26

Open NJLangley opened 4 years ago

NJLangley commented 4 years ago

We use a gateway between the CI build and the CD deployment into prod environments. It would be cleaner for us to build a JAR using SBT during the build process to ensure the build is successful and the tests pass, and then deploy the resulting JAR artefact into multiple Databricks clusters later. Also separating the deployment of data into environments could be helpful too.

Happy to contribute to the refactoring.