- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
I have some workflows where we use dynamic inference to set task values or capture job executions counts or output rows. Is there any way I can set these dynamic values using the ui but can i do the same at the time of dabs workflow creation. Can you refer me the doc for it , i cannot find
- Labels:
-
Workflows
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hi there @21f3001806 ,
You can use dynamic inference values the same way in dabs ass in ui
You can call them similarly like {{job.id}} in base_parameters or job_tasks.
Here are some docs which can help :
- https://docs.databricks.com/aws/en/jobs/dynamic-value-references
- https://docs.databricks.com/aws/en/dev-tools/bundles/job-task-types
These have examples on what type of dynamic_inference you can use and how to use them in dabs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago - last edited 2 weeks ago
.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hi there @21f3001806 ,
You can use dynamic inference values the same way in dabs ass in ui
You can call them similarly like {{job.id}} in base_parameters or job_tasks.
Here are some docs which can help :
- https://docs.databricks.com/aws/en/jobs/dynamic-value-references
- https://docs.databricks.com/aws/en/dev-tools/bundles/job-task-types
These have examples on what type of dynamic_inference you can use and how to use them in dabs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Thanks @ashraf1395 , I got the idea of what I was looking for.

