cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How can I get the json spec of my Databricks Job?

User16783855534
New Contributor III
 
1 ACCEPTED SOLUTION

Accepted Solutions

Prabakar
Esteemed Contributor III
Esteemed Contributor III

This is where you can get the jobs JSON format.

View solution in original post

6 REPLIES 6

User16783855534
New Contributor III

Go to Jobs->Your Job -> Configuration Tab -> click Json on the right hand of the screen.

BrianPalmer
New Contributor II

click on Jobs. Click on the name of the job. next to the job name you should see a RUN NOW and a MORE button. Click More and select view JSON.

dazfuller
Contributor III

If you're using the UI then see the previous responses. If you want to use the CLI then you would use the following.

# Get list of jobs
databricks jobs list
 
# Get JSON for specific job
databricks jobs get --job-id <job id>

If you're trying to do it in an automated way then you can use the Jobs API.

del1000
New Contributor III

I join to post's thread. I'd like to have the same but in the notebooks, not by CLI:

Is it possible to passthrough job's parameters to variable? (databricks.com)

Prabakar
Esteemed Contributor III
Esteemed Contributor III

This is where you can get the jobs JSON format.

Kaniz
Community Manager
Community Manager

Hi @Neil Patelโ€‹ โ€‹ , Just a friendly follow-up. Do you still need help, or do the above responses help you find the solution? Please let us know.

Welcome to Databricks Community: Lets learn, network and celebrate together

Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections. 

Click here to register and join today! 

Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.