<?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 Pass parameters between jobs in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/pass-parameters-between-jobs/m-p/136043#M50472</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have job&lt;/P&gt;&lt;P&gt;In that job, it runs a task (GetGid) that executes a notebook and obtains some value using dbutils.jobs.taskValuesSet&lt;/P&gt;&lt;P&gt;e.g.&amp;nbsp;dbutils.jobs.taskValuesSet(key = "gid", value = gid)&lt;/P&gt;&lt;P&gt;As a result, I can use this and pass it to another task for use by setting the parameter&lt;/P&gt;&lt;P&gt;e.g. Key - gid; Value - {{tasks.GetGid.values.gid}}&lt;/P&gt;&lt;P&gt;This works find and it see gid and uses it (the task runs a sql notebook with a widget&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I pass and use this to a job task?&lt;/P&gt;&lt;P&gt;gid should be passed such that it can be used in tasks there&lt;/P&gt;&lt;P&gt;e.g. a futher notebook task or maybe an if/then task&lt;/P&gt;&lt;P&gt;All within the downstream job&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can do this easily in Azure Data Factory but cannot find a solution in databricks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Is this even possible? It feels fairly basic&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 25 Oct 2025 16:38:43 GMT</pubDate>
    <dc:creator>dpc</dc:creator>
    <dc:date>2025-10-25T16:38:43Z</dc:date>
    <item>
      <title>Pass parameters between jobs</title>
      <link>https://community.databricks.com/t5/data-engineering/pass-parameters-between-jobs/m-p/136043#M50472</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have job&lt;/P&gt;&lt;P&gt;In that job, it runs a task (GetGid) that executes a notebook and obtains some value using dbutils.jobs.taskValuesSet&lt;/P&gt;&lt;P&gt;e.g.&amp;nbsp;dbutils.jobs.taskValuesSet(key = "gid", value = gid)&lt;/P&gt;&lt;P&gt;As a result, I can use this and pass it to another task for use by setting the parameter&lt;/P&gt;&lt;P&gt;e.g. Key - gid; Value - {{tasks.GetGid.values.gid}}&lt;/P&gt;&lt;P&gt;This works find and it see gid and uses it (the task runs a sql notebook with a widget&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I pass and use this to a job task?&lt;/P&gt;&lt;P&gt;gid should be passed such that it can be used in tasks there&lt;/P&gt;&lt;P&gt;e.g. a futher notebook task or maybe an if/then task&lt;/P&gt;&lt;P&gt;All within the downstream job&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can do this easily in Azure Data Factory but cannot find a solution in databricks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Is this even possible? It feels fairly basic&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Oct 2025 16:38:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/pass-parameters-between-jobs/m-p/136043#M50472</guid>
      <dc:creator>dpc</dc:creator>
      <dc:date>2025-10-25T16:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters between jobs</title>
      <link>https://community.databricks.com/t5/data-engineering/pass-parameters-between-jobs/m-p/136082#M50480</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/108745"&gt;@dpc&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I am having a bit difficulty to understand complete what is your need. May you check this link:&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/jobs/task-values" target="_blank"&gt;https://docs.databricks.com/aws/en/jobs/task-values&lt;/A&gt;&amp;nbsp; and see if that resolves your need. Let me know how it goes.&lt;BR /&gt;&lt;BR /&gt;Best, Ilir&lt;/P&gt;</description>
      <pubDate>Sun, 26 Oct 2025 14:48:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/pass-parameters-between-jobs/m-p/136082#M50480</guid>
      <dc:creator>ilir_nuredini</dc:creator>
      <dc:date>2025-10-26T14:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters between jobs</title>
      <link>https://community.databricks.com/t5/data-engineering/pass-parameters-between-jobs/m-p/136098#M50487</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;That works fine but what I really want to be able to do is pass parameters between jobs.&lt;/P&gt;&lt;P&gt;So, create a job task within a job and pass all the parameters down to that job so they can be used&lt;/P&gt;</description>
      <pubDate>Sun, 26 Oct 2025 18:36:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/pass-parameters-between-jobs/m-p/136098#M50487</guid>
      <dc:creator>dpc</dc:creator>
      <dc:date>2025-10-26T18:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters between jobs</title>
      <link>https://community.databricks.com/t5/data-engineering/pass-parameters-between-jobs/m-p/136102#M50489</link>
      <description>&lt;P&gt;Python:&lt;BR /&gt;dbutils.jobs.taskValuesSet()&lt;BR /&gt;&lt;BR /&gt;SQL:&lt;/P&gt;
&lt;P&gt;Results from sql query are visible in the workflow and you can use them to orchestrate another task (first row or loop)&lt;/P&gt;</description>
      <pubDate>Sun, 26 Oct 2025 19:46:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/pass-parameters-between-jobs/m-p/136102#M50489</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2025-10-26T19:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters between jobs</title>
      <link>https://community.databricks.com/t5/data-engineering/pass-parameters-between-jobs/m-p/136156#M50503</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/25346"&gt;@Hubert-Dudek&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/102399"&gt;@ilir_nuredini&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see this now&lt;/P&gt;&lt;P&gt;I'm setting using:&lt;SPAN&gt;dbutils.jobs.taskValues.Set()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;passing to the job task using&amp;nbsp;&lt;SPAN&gt;Key - gid; Value - {{tasks.GetGid.values.gid}}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Then reading using: pid = dbutils.widgets.get()&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 09:56:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/pass-parameters-between-jobs/m-p/136156#M50503</guid>
      <dc:creator>dpc</dc:creator>
      <dc:date>2025-10-27T09:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters between jobs</title>
      <link>https://community.databricks.com/t5/data-engineering/pass-parameters-between-jobs/m-p/136414#M50562</link>
      <description>&lt;P&gt;What about SQL variables? Can I retrieve in a latter task a variable set in a previous one?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 14:25:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/pass-parameters-between-jobs/m-p/136414#M50562</guid>
      <dc:creator>antbuono</dc:creator>
      <dc:date>2025-10-28T14:25:08Z</dc:date>
    </item>
  </channel>
</rss>

