Job parameters to get date and time
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, ...
- 5125 Views
- 5 replies
- 1 kudos
Latest Reply
Then please change the code to:```iso_datetime = dbutils.widgets.get("LoadID")```
- 1 kudos