โ07-15-2024 09:12 PM
I create a workflow job via Asset Bundle. However, after deploying the job to the databricks the trigger status is always paused even no matter how I update the cron expression. I can manually trigger it successfully.
โ
I cannot figure out why. Am I missing something? All the tasks in the workflow job is DLT pipeline, and the later one depends on the previous one
โ07-16-2024 12:05 AM
Next to the cron expression, you also need the following property: pause_status
For example:
schedule:
quartz_cron_expression: 0 0 6 * * ?
timezone_id: Europe/Amsterdam
pause_status: UNPAUSED
The property can be set to PAUSED and UNPAUSED.
Hope this helps!
โ07-15-2024 11:08 PM
I found a document is about Job ACL: https://docs.databricks.com/en/security/auth/access-control/index.html#job-acls
Is this because I don't have โEdit job settingsโ access? I knew I have been assigned to a access group, but I don't know what kind access I have right now.
Is there a way to check this besides ask the admin?
โ07-16-2024 12:05 AM
Next to the cron expression, you also need the following property: pause_status
For example:
schedule:
quartz_cron_expression: 0 0 6 * * ?
timezone_id: Europe/Amsterdam
pause_status: UNPAUSED
The property can be set to PAUSED and UNPAUSED.
Hope this helps!
โ07-16-2024 12:56 AM
Hi jacovangelder,
Thank you for your suggestion, I tried but it not working.
โ07-16-2024 01:15 AM
Hi jacovangelder,
sorry my bad. It is not working because I used the lower cases. It working now
โ07-16-2024 03:42 AM
You're welcome! Glad it worked
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