<?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: DAB run in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/dab-run/m-p/89251#M37741</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I was trying 'pip install --upgrade databricks' before but after upgrading the version with 'brew upgrade databricks it worked.&amp;nbsp;&lt;BR /&gt;Thanks for the help!&lt;/P&gt;</description>
    <pubDate>Tue, 10 Sep 2024 07:54:09 GMT</pubDate>
    <dc:creator>prar_shah</dc:creator>
    <dc:date>2024-09-10T07:54:09Z</dc:date>
    <item>
      <title>DAB run</title>
      <link>https://community.databricks.com/t5/data-engineering/dab-run/m-p/63292#M32207</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I am running this command :&amp;nbsp;databricks bundle run -t dev dltPpl_job --debug&lt;/P&gt;&lt;P&gt;Bundle name: dltPpl. Bundle was generated using: databricks bundle init --target dev&lt;/P&gt;&lt;P&gt;Error message:&amp;nbsp;Error: exit status 1&lt;BR /&gt;Failed to marshal state to json: unsupported attribute "for_each_task"&lt;/P&gt;&lt;P&gt;Additional error messages:&lt;/P&gt;&lt;P&gt;15:27:05 DEBUG Apply pid=3997 mutator=seq mutator=terraform.Load&lt;BR /&gt;15:27:07 ERROR Error: exit status 1&lt;BR /&gt;Failed to marshal state to json: unsupported attribute "for_each_task" pid=3997 mutator=seq mutator=terraform.Load&lt;BR /&gt;15:27:07 ERROR Error: exit status 1&lt;/P&gt;&lt;P&gt;Appreciate any leads on how to run a unit test from a local development command line.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 20:40:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dab-run/m-p/63292#M32207</guid>
      <dc:creator>raghu2</dc:creator>
      <dc:date>2024-03-11T20:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: DAB run</title>
      <link>https://community.databricks.com/t5/data-engineering/dab-run/m-p/89209#M37730</link>
      <description>&lt;P&gt;Hello, I am facing the same issue, my job is in .yml form, which I copied from UI after creating the for_each_task loop and selecting "Switch to code version (yaml)". Even after copying it as it is, getting the same error, here is the reference yaml:&lt;BR /&gt;```&lt;/P&gt;&lt;PRE&gt;- &lt;SPAN&gt;task_key&lt;/SPAN&gt;: my_custom_task&lt;BR /&gt;  &lt;SPAN&gt;depends_on&lt;/SPAN&gt;:&lt;BR /&gt;    - &lt;SPAN&gt;task_key&lt;/SPAN&gt;: my_previous_task&lt;BR /&gt;  &lt;SPAN&gt;for_each_task&lt;/SPAN&gt;:&lt;BR /&gt;    &lt;SPAN&gt;inputs&lt;/SPAN&gt;: &lt;SPAN&gt;"{{tasks.my_previous_task.values.parameter1}}"&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;task&lt;/SPAN&gt;:&lt;BR /&gt;      &lt;SPAN&gt;task_key&lt;/SPAN&gt;: my_custom_task_iteration&lt;BR /&gt;      &lt;SPAN&gt;python_wheel_task&lt;/SPAN&gt;:&lt;BR /&gt;        &lt;SPAN&gt;package_name&lt;/SPAN&gt;: custom_package&lt;BR /&gt;        &lt;SPAN&gt;entry_point&lt;/SPAN&gt;: program_main&lt;BR /&gt;        &lt;SPAN&gt;parameters&lt;/SPAN&gt;:&lt;BR /&gt;          - --config-path&lt;BR /&gt;          - .....&lt;BR /&gt;          - &lt;SPAN&gt;"{{input}}"&lt;BR /&gt;&lt;/SPAN&gt;      &lt;SPAN&gt;job_cluster_key&lt;/SPAN&gt;: custom_cluster&lt;BR /&gt;      &lt;SPAN&gt;libraries&lt;/SPAN&gt;:&lt;BR /&gt;        - &lt;SPAN&gt;whl&lt;/SPAN&gt;: ....&lt;BR /&gt;```&lt;/PRE&gt;</description>
      <pubDate>Mon, 09 Sep 2024 18:17:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dab-run/m-p/89209#M37730</guid>
      <dc:creator>prar_shah</dc:creator>
      <dc:date>2024-09-09T18:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: DAB run</title>
      <link>https://community.databricks.com/t5/data-engineering/dab-run/m-p/89210#M37731</link>
      <description>&lt;P&gt;Update:&lt;BR /&gt;Error is:&lt;BR /&gt;Error: cannot create job: No task defined for my_custom_task&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 18:19:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dab-run/m-p/89210#M37731</guid>
      <dc:creator>prar_shah</dc:creator>
      <dc:date>2024-09-09T18:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: DAB run</title>
      <link>https://community.databricks.com/t5/data-engineering/dab-run/m-p/89251#M37741</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I was trying 'pip install --upgrade databricks' before but after upgrading the version with 'brew upgrade databricks it worked.&amp;nbsp;&lt;BR /&gt;Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 07:54:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dab-run/m-p/89251#M37741</guid>
      <dc:creator>prar_shah</dc:creator>
      <dc:date>2024-09-10T07:54:09Z</dc:date>
    </item>
  </channel>
</rss>

