- 1921 Views
- 0 replies
- 0 kudos
What happens to a currently running job when a workspace is deployed again using Terraform? Are the jobs paused/resumed, or are they left unaffected without any down time? Searching for this specific scenario doesn't seem to come up with anything and...
- 1921 Views
- 0 replies
- 0 kudos
by
mh_db
• Databricks Partner
- 14907 Views
- 5 replies
- 1 kudos
I'm trying to set up a workflow in databricks and I need my job parameter to get the date and time. I see in the documentation there's some options for dynamic values.I'm trying to use this one: {{job.start_time.[argument]}}For the "argument" there, ...
- 14907 Views
- 5 replies
- 1 kudos
Latest Reply
Then please change the code to:```iso_datetime = dbutils.widgets.get("LoadID")```
4 More Replies