cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic inference tasks in workflows using dabs

21f3001806
New Contributor III

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

1 ACCEPTED SOLUTION

Accepted Solutions

ashraf1395
Honored Contributor

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

View solution in original post

3 REPLIES 3

21f3001806
New Contributor III

.

ashraf1395
Honored Contributor

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

21f3001806
New Contributor III

Thanks @ashraf1395 ,  I got the idea of what I was looking for.