<?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 Jobs API &amp;quot;run now&amp;quot; - How to set task wise parameters in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/jobs-api-quot-run-now-quot-how-to-set-task-wise-parameters/m-p/14101#M8652</link>
    <description>&lt;P&gt;I have a job with multiple tasks like Task1 -&amp;gt; Task2 -&amp;gt; Task3. I am trying to call the job using api "run now". Task details are below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Task1  - It executes a Note Book with some input parameters&lt;/P&gt;&lt;P&gt;Task2 - It runs using "ABC.jar", so its a jar based task with some parameters&lt;/P&gt;&lt;P&gt;Task3 - It runs based on "XYZ.jar", so its a jar based task with some parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, how I can provide parameters to job api using "run now" command for task1,task2,task3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jul 2022 13:41:22 GMT</pubDate>
    <dc:creator>RKNutalapati</dc:creator>
    <dc:date>2022-07-11T13:41:22Z</dc:date>
    <item>
      <title>Jobs API "run now" - How to set task wise parameters</title>
      <link>https://community.databricks.com/t5/data-engineering/jobs-api-quot-run-now-quot-how-to-set-task-wise-parameters/m-p/14101#M8652</link>
      <description>&lt;P&gt;I have a job with multiple tasks like Task1 -&amp;gt; Task2 -&amp;gt; Task3. I am trying to call the job using api "run now". Task details are below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Task1  - It executes a Note Book with some input parameters&lt;/P&gt;&lt;P&gt;Task2 - It runs using "ABC.jar", so its a jar based task with some parameters&lt;/P&gt;&lt;P&gt;Task3 - It runs based on "XYZ.jar", so its a jar based task with some parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, how I can provide parameters to job api using "run now" command for task1,task2,task3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 13:41:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/jobs-api-quot-run-now-quot-how-to-set-task-wise-parameters/m-p/14101#M8652</guid>
      <dc:creator>RKNutalapati</dc:creator>
      <dc:date>2022-07-11T13:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Jobs API "run now" - How to set task wise parameters</title>
      <link>https://community.databricks.com/t5/data-engineering/jobs-api-quot-run-now-quot-how-to-set-task-wise-parameters/m-p/14102#M8653</link>
      <description>&lt;P&gt;@Rama Krishna N​&amp;nbsp;you can refer here &lt;A href="https://docs.databricks.com/dev-tools/api/latest/jobs.html#operation/JobsRunNow" target="test_blank"&gt;https://docs.databricks.com/dev-tools/api/latest/jobs.html#operation/JobsRunNow&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"jar_params": [
"john",
"doe",
"35"
],
&amp;nbsp;
"notebook_params": {
"name": "john doe",
"age": "35"
},&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 15:29:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/jobs-api-quot-run-now-quot-how-to-set-task-wise-parameters/m-p/14102#M8653</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2022-07-11T15:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Jobs API "run now" - How to set task wise parameters</title>
      <link>https://community.databricks.com/t5/data-engineering/jobs-api-quot-run-now-quot-how-to-set-task-wise-parameters/m-p/14103#M8654</link>
      <description>&lt;P&gt;Hi @Prabakar Ammeappin​&amp;nbsp; :  Thanks for quick response, yeah this is good when we have  Task1 and Task2 . But in my use case I have task3 as well, so how can I provide parameters for Task3 (i.e.  also  JAR, but not the same as Task2)&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 16:05:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/jobs-api-quot-run-now-quot-how-to-set-task-wise-parameters/m-p/14103#M8654</guid>
      <dc:creator>RKNutalapati</dc:creator>
      <dc:date>2022-07-11T16:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Jobs API "run now" - How to set task wise parameters</title>
      <link>https://community.databricks.com/t5/data-engineering/jobs-api-quot-run-now-quot-how-to-set-task-wise-parameters/m-p/78161#M35481</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;It would be a good feature to pass parameters at task level. We have scenarios where we would like to create a job with multiple tasks (notebook/dbt) and pass parameters at task level.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 18:14:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/jobs-api-quot-run-now-quot-how-to-set-task-wise-parameters/m-p/78161#M35481</guid>
      <dc:creator>Harsha777</dc:creator>
      <dc:date>2024-07-10T18:14:58Z</dc:date>
    </item>
  </channel>
</rss>

