CICD for Jobs @ WorkFlows

SK21
New Contributor II

I had created Jobs to trigger the respective notebooks in Databricks Workflow.Now I need to move them to further environments.

Would you please help me with an CICD process to promote jobs to further environments.

Hubert-Dudek
Databricks MVP

Please use jobs API 2.1

You can get job and save JSON with that jobs to git.

In git then set variables defining databricks workspaces (URL and token) and after push define that API call is triggered with your json stored in git.


My blog: https://databrickster.medium.com/

SK21
New Contributor II

Thanks for your reply.

Do we have any link or video to perform this activity.

Can you provide the link for this so that even i need this details