<?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: ADF pipeline fails when passing the parameter to databricks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/adf-pipeline-fails-when-passing-the-parameter-to-databricks/m-p/19455#M13039</link>
    <description>&lt;P&gt;adls gen2, but I think I fixed the probelm but reducing the amount in the ForEach activity.  Previoulsy I had batch count 10 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1079i85C434F28A104D21/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Dec 2022 10:07:41 GMT</pubDate>
    <dc:creator>g96g</dc:creator>
    <dc:date>2022-12-01T10:07:41Z</dc:date>
    <item>
      <title>ADF pipeline fails when passing the parameter to databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/adf-pipeline-fails-when-passing-the-parameter-to-databricks/m-p/19449#M13033</link>
      <description>&lt;P&gt;I have project where I have to read the data from NETSUITE using API. Databricks Notebook runs perfectly when I manually insert the table names I want to read from the source. I have dataset (csv) file in adf with all the table names that I need to read but some of the tables fail. When I run notebook for those failed tables it gives me an output and writing it azure datalake with no problem.  Yesterday I had same issue and tryied to uplaod the new CSV ( with table names) in azure dataset and worked. But this morning it gives me again the same error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Error code 3204&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 09:14:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/adf-pipeline-fails-when-passing-the-parameter-to-databricks/m-p/19449#M13033</guid>
      <dc:creator>g96g</dc:creator>
      <dc:date>2022-12-01T09:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: ADF pipeline fails when passing the parameter to databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/adf-pipeline-fails-when-passing-the-parameter-to-databricks/m-p/19450#M13034</link>
      <description>&lt;P&gt;I think we gonna need some more detail on this.&lt;/P&gt;&lt;P&gt;How do you fetch the values from ADF in Databricks?  Using widgets, system variables, spark config?&lt;/P&gt;&lt;P&gt;You mention a csv in ADF, how do you process it?  And what if this csv is empty?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 09:30:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/adf-pipeline-fails-when-passing-the-parameter-to-databricks/m-p/19450#M13034</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2022-12-01T09:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: ADF pipeline fails when passing the parameter to databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/adf-pipeline-fails-when-passing-the-parameter-to-databricks/m-p/19451#M13035</link>
      <description>&lt;P&gt;I use a widgets. CSV is not empty, I can see data in preview. and also in the output too when I debug&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 09:34:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/adf-pipeline-fails-when-passing-the-parameter-to-databricks/m-p/19451#M13035</guid>
      <dc:creator>g96g</dc:creator>
      <dc:date>2022-12-01T09:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: ADF pipeline fails when passing the parameter to databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/adf-pipeline-fails-when-passing-the-parameter-to-databricks/m-p/19452#M13036</link>
      <description>&lt;P&gt;are you sure the csv does not contain special characters etc?&lt;/P&gt;&lt;P&gt;csv files are known for shenanigans like that.&lt;/P&gt;&lt;P&gt;Passing variables from ADF to Databricks itself works fine, many people use it.&lt;/P&gt;&lt;P&gt;So my guess is there is something fishy in the values themselves so Spark cannot read them or the table does not exist (because of invalid characters etc).&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 09:39:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/adf-pipeline-fails-when-passing-the-parameter-to-databricks/m-p/19452#M13036</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2022-12-01T09:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: ADF pipeline fails when passing the parameter to databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/adf-pipeline-fails-when-passing-the-parameter-to-databricks/m-p/19453#M13037</link>
      <description>&lt;P&gt;if it worked yesterday why it should not work today? the csv is static does not changes. Also, I tried to put the print statement to see if it prints the table name from csv and it does. Moreover, when I run the databricks manually it works perfectly, no error. I get my desired putput so this does not makes sense why its failing. Yesterday I had similar problem, my table names were written some upper case som lower, i changed them all to lower case, uploaded new file and it run perfectly 0 errors. then set the schedule and this morining it failed. &lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 09:42:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/adf-pipeline-fails-when-passing-the-parameter-to-databricks/m-p/19453#M13037</guid>
      <dc:creator>g96g</dc:creator>
      <dc:date>2022-12-01T09:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: ADF pipeline fails when passing the parameter to databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/adf-pipeline-fails-when-passing-the-parameter-to-databricks/m-p/19454#M13038</link>
      <description>&lt;P&gt;where did you save the csv file?  You mention an Azure dataset, but can you be more specific?  A blob storage, adls gen2?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 09:54:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/adf-pipeline-fails-when-passing-the-parameter-to-databricks/m-p/19454#M13038</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2022-12-01T09:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: ADF pipeline fails when passing the parameter to databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/adf-pipeline-fails-when-passing-the-parameter-to-databricks/m-p/19455#M13039</link>
      <description>&lt;P&gt;adls gen2, but I think I fixed the probelm but reducing the amount in the ForEach activity.  Previoulsy I had batch count 10 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1079i85C434F28A104D21/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 10:07:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/adf-pipeline-fails-when-passing-the-parameter-to-databricks/m-p/19455#M13039</guid>
      <dc:creator>g96g</dc:creator>
      <dc:date>2022-12-01T10:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: ADF pipeline fails when passing the parameter to databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/adf-pipeline-fails-when-passing-the-parameter-to-databricks/m-p/19456#M13040</link>
      <description>&lt;P&gt;Have you tried do debug the json payload of adf trigger ? maybe it wrongly conveys tables names&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 11:20:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/adf-pipeline-fails-when-passing-the-parameter-to-databricks/m-p/19456#M13040</guid>
      <dc:creator>mcwir</dc:creator>
      <dc:date>2022-12-01T11:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: ADF pipeline fails when passing the parameter to databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/adf-pipeline-fails-when-passing-the-parameter-to-databricks/m-p/19457#M13041</link>
      <description>&lt;P&gt;i fixed it you can see my reply in the above comment&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 12:45:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/adf-pipeline-fails-when-passing-the-parameter-to-databricks/m-p/19457#M13041</guid>
      <dc:creator>g96g</dc:creator>
      <dc:date>2022-12-01T12:45:50Z</dc:date>
    </item>
  </channel>
</rss>

