leireroman
New Contributor III

Hi all,

Our solution has been to use job parameters and dynamic value references. These are read using dbutils.widgets.get() instead of dbutils.jobs.taskValues.get(). Now, our ETL is working well again.

Pass context about job runs into job tasks - Azure Databricks | Microsoft Learn

Configure settings for Azure Databricks jobs - Azure Databricks | Microsoft Learn

Hope you find this information useful.

View solution in original post