GIT automate DEV Databricks instance to PROD instance

adrianhernandez
Databricks Partner

Hello,
Would like to use GIT to automate the process of syncing between a DEV Databricks instance and a PROD Databricks instance. Something like :

  1. On GIT console pull changes/sync with DEV Databricks.
  2. Have some kind of approval process in GIT (like someone entering comments and then approving/submitting changes, only admins should do this so it should be role authentication based).
  3. Once admin approves it the changes are pushed to PROD Databricks.

Any guidance, recommendations, how-tos, etc. are welcomed.