<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Dynamic Value References Not Working in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/dynamic-value-references-not-working/m-p/52307#M29428</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/93666"&gt;@themattmorris&lt;/a&gt;&amp;nbsp;Thanks for the update! I did see an alert that a new version of the job page was available. I was hoping it was the new features and sure enough, it was. I can confirm they're working for me as well.&lt;/P&gt;&lt;P&gt;Have a great day!&lt;/P&gt;</description>
    <pubDate>Thu, 16 Nov 2023 14:46:01 GMT</pubDate>
    <dc:creator>aseufert</dc:creator>
    <dc:date>2023-11-16T14:46:01Z</dc:date>
    <item>
      <title>Dynamic Value References Not Working</title>
      <link>https://community.databricks.com/t5/data-engineering/dynamic-value-references-not-working/m-p/50201#M28729</link>
      <description>&lt;P&gt;I can't get the &lt;A href="https://docs.gcp.databricks.com/workflows/jobs/parameter-value-references.html#pass-context-about-job-runs-into-job-tasks" target="_self"&gt;dynamic value references&lt;/A&gt; to work in my jobs. I can use the deprecate references (e.g. job_id) but not the new references (e.g. job.id). As a test, I set a text widget called MyJobID following the example that will receive the dynamic value reference but cannot get the new references mentioned in the article to work.&lt;/P&gt;&lt;P&gt;This works and renders "my-job-123456":&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;{&lt;/SPAN&gt;
  &lt;SPAN class=""&gt;"MyJobID"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"my-job-{{job_id}}"&lt;/SPAN&gt;
&lt;SPAN class=""&gt;}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;While this does not and renders "my-job-{{job.id}}":&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;{&lt;/SPAN&gt;
  &lt;SPAN class=""&gt;"MyJobID"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"my-job-{{job.id}}"&lt;/SPAN&gt;
&lt;SPAN class=""&gt;}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I'm just using this as a simple test. What I'm really hoping to do is to use dynamic references to send task context from an upstream task dynamically, similar to the example of&amp;nbsp;&lt;SPAN&gt;{{tasks.Get_user_data.values.name}} mentioned in the&amp;nbsp;&lt;A href="https://docs.gcp.databricks.com/workflows/jobs/share-task-context.html" target="_self"&gt;share task context article&lt;/A&gt;&amp;nbsp;, but I can't even get a basic example working first.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Am I using these wrong? Why aren't the dynamic references getting interpolating into the widget?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 16:36:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dynamic-value-references-not-working/m-p/50201#M28729</guid>
      <dc:creator>aseufert</dc:creator>
      <dc:date>2023-10-31T16:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Value References Not Working</title>
      <link>https://community.databricks.com/t5/data-engineering/dynamic-value-references-not-working/m-p/50816#M28902</link>
      <description>&lt;P&gt;Dynamic value reference doesn't work for me either. I had to use&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;dbutils.jobs.taskValues.get(taskKey = &lt;/SPAN&gt;&lt;SPAN&gt;"Get_user_data"&lt;/SPAN&gt;&lt;SPAN&gt;, key = &lt;/SPAN&gt;&lt;SPAN&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;) to retrieve the value&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Nov 2023 13:15:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dynamic-value-references-not-working/m-p/50816#M28902</guid>
      <dc:creator>Shahfik</dc:creator>
      <dc:date>2023-11-10T13:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Value References Not Working</title>
      <link>https://community.databricks.com/t5/data-engineering/dynamic-value-references-not-working/m-p/51399#M29135</link>
      <description>&lt;P&gt;You're not alone, I'm experiencing the same. Reached out to Databricks support for help on this, will reply back if they help me find a resolution to the problem. Using the deprecated values for now.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 01:34:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dynamic-value-references-not-working/m-p/51399#M29135</guid>
      <dc:creator>themattmorris</dc:creator>
      <dc:date>2023-11-14T01:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Value References Not Working</title>
      <link>https://community.databricks.com/t5/data-engineering/dynamic-value-references-not-working/m-p/51636#M29219</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;&amp;nbsp;for the reply on reasons this may not be working. Regarding these potential problems, there is nothing in the documentation that suggests a minimum required version. But if you're aware of a minimum version requirement, do you mind sharing what that is? It would be helpful to have this in the documentation as well, if such a requirement exists. I've tried this on clusters with runtime version as late as 14.2 beta and have encountered the same problem on these as well.&lt;/P&gt;&lt;P&gt;Regarding a potential syntax error, the syntax in the original post follows what is provided in the documentation. But if you're aware of a potential syntax error in that code, do you mind commenting on that?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 15:58:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dynamic-value-references-not-working/m-p/51636#M29219</guid>
      <dc:creator>themattmorris</dc:creator>
      <dc:date>2023-11-14T15:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Value References Not Working</title>
      <link>https://community.databricks.com/t5/data-engineering/dynamic-value-references-not-working/m-p/52042#M29386</link>
      <description>&lt;P&gt;Thanks for the reply. I'm using version webapp_2023-11-11_20.37.23Z_webappp_hotfix_20231106_ae45c0ec_1291847197&lt;/P&gt;&lt;P&gt;The jobs UI version is jobs-ui_2023-11-01_03.12.26Z_master_a08a2c30_1606137368&lt;/P&gt;&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/93666"&gt;@themattmorris&lt;/a&gt;&amp;nbsp;said, I don't see the version mentioned anywhere in the documentation.&lt;/P&gt;&lt;P&gt;I also don't see the&amp;nbsp;&lt;A href="https://docs.databricks.com/en/workflows/jobs/conditional-tasks.html" target="_self"&gt;conditional task runs feature&lt;/A&gt;&amp;nbsp;mentioned in the documentation so I assume I'm just on an old version of Databricks. Are you able to clarify which version of Databricks is required for this feature?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 13:21:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dynamic-value-references-not-working/m-p/52042#M29386</guid>
      <dc:creator>aseufert</dc:creator>
      <dc:date>2023-11-15T13:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Value References Not Working</title>
      <link>https://community.databricks.com/t5/data-engineering/dynamic-value-references-not-working/m-p/52279#M29426</link>
      <description>&lt;P&gt;As I mentioned in an earlier post, I had been in contact with someone from Databricks regarding this problem. They got back to me yesterday indicating that Databricks actually still had to roll the feature out yesterday. This was done, and it is working now for me. I'd check again and see if these new reference values are working for you as well.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 14:18:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dynamic-value-references-not-working/m-p/52279#M29426</guid>
      <dc:creator>themattmorris</dc:creator>
      <dc:date>2023-11-16T14:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Value References Not Working</title>
      <link>https://community.databricks.com/t5/data-engineering/dynamic-value-references-not-working/m-p/52307#M29428</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/93666"&gt;@themattmorris&lt;/a&gt;&amp;nbsp;Thanks for the update! I did see an alert that a new version of the job page was available. I was hoping it was the new features and sure enough, it was. I can confirm they're working for me as well.&lt;/P&gt;&lt;P&gt;Have a great day!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 14:46:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dynamic-value-references-not-working/m-p/52307#M29428</guid>
      <dc:creator>aseufert</dc:creator>
      <dc:date>2023-11-16T14:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Value References Not Working</title>
      <link>https://community.databricks.com/t5/data-engineering/dynamic-value-references-not-working/m-p/52434#M29430</link>
      <description>&lt;P&gt;For what it's worth, it looks like &lt;A href="https://docs.databricks.com/en/workflows/jobs/settings.html#add-parameters-for-all-job-tasks" target="_self"&gt;job-level parameters&lt;/A&gt; were added with this update as well. I was wondering why I was unable to use those, but those are also working for me now.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 17:36:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dynamic-value-references-not-working/m-p/52434#M29430</guid>
      <dc:creator>themattmorris</dc:creator>
      <dc:date>2023-11-16T17:36:14Z</dc:date>
    </item>
  </channel>
</rss>

