โ06-07-2021 10:47 AM
โ10-08-2021 01:20 AM
โ06-07-2021 10:49 AM
Go to Jobs->Your Job -> Configuration Tab -> click Json on the right hand of the screen.
โ09-10-2021 12:49 PM
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.
โ09-13-2021 12:24 AM
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.
โ09-14-2021 01:06 PM
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)
โ10-08-2021 01:20 AM
This is where you can get the jobs JSON format.
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.
Request a New Group