<?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: How to pass configuration values to a Delta Live Tables job through the Delta Live Tables API in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-pass-configuration-values-to-a-delta-live-tables-job/m-p/65547#M32837</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/86910"&gt;@Manjula_Ganesap&lt;/a&gt;&amp;nbsp; Can you let us know what you did to get this working? I have a similar use case.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Apr 2024 04:49:29 GMT</pubDate>
    <dc:creator>Edthehead</dc:creator>
    <dc:date>2024-04-05T04:49:29Z</dc:date>
    <item>
      <title>How to pass configuration values to a Delta Live Tables job through the Delta Live Tables API</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-pass-configuration-values-to-a-delta-live-tables-job/m-p/5562#M1937</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have successfully run a job through the API but would need to be able to pass parameters (configuration) to the DLT workflow via the API&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried passing JSON in this format:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;{ 
    "full_refresh": "true",
    "configuration": [ 
        {
               "config1": "config1_value",
               "config2": "config2_value"
          }
    ]
}
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The API seems happy with the structure of the JSON but config1 and config2 are not being overridden&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 16:05:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-pass-configuration-values-to-a-delta-live-tables-job/m-p/5562#M1937</guid>
      <dc:creator>labromb</dc:creator>
      <dc:date>2023-04-19T16:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass configuration values to a Delta Live Tables job through the Delta Live Tables API</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-pass-configuration-values-to-a-delta-live-tables-job/m-p/5564#M1939</link>
      <description>&lt;P&gt;Hi @Kaniz Fatma​, thanks for the detailed reply. Looks like the response is talking about a job, not a delta live tables pipeline. Apologies if my initial question was not clear enough...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the Delta Live Tables API:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/delta-live-tables/api-guide#pipeline-spec" alt="https://learn.microsoft.com/en-us/azure/databricks/delta-live-tables/api-guide#pipeline-spec" target="_blank"&gt;Delta Live Tables API guide - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And want to refresh a DLT pipeline... I can initiate a refresh but but need to be able to override the configuration of the DLT pipeline with the values I supply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Azure Data Factory to call the API so just need to know what the JSON format needs to be in the request body so I can override the parameters &lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 08:34:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-pass-configuration-values-to-a-delta-live-tables-job/m-p/5564#M1939</guid>
      <dc:creator>labromb</dc:creator>
      <dc:date>2023-04-20T08:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass configuration values to a Delta Live Tables job through the Delta Live Tables API</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-pass-configuration-values-to-a-delta-live-tables-job/m-p/5565#M1940</link>
      <description>&lt;P&gt;Hi @Kaniz Fatma​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wondered if there was any update on this. This is quite an important aspect of how we would implement DLT pipelines so would be good to know if it can be done, or if it's coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 08:26:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-pass-configuration-values-to-a-delta-live-tables-job/m-p/5565#M1940</guid>
      <dc:creator>labromb</dc:creator>
      <dc:date>2023-04-28T08:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass configuration values to a Delta Live Tables job through the Delta Live Tables API</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-pass-configuration-values-to-a-delta-live-tables-job/m-p/41170#M27307</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/47586"&gt;@labromb&lt;/a&gt;&amp;nbsp;- Please let me know if you found a solution to your problem. I'm trying to do the same thing.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 13:57:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-pass-configuration-values-to-a-delta-live-tables-job/m-p/41170#M27307</guid>
      <dc:creator>Manjula_Ganesap</dc:creator>
      <dc:date>2023-08-23T13:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass configuration values to a Delta Live Tables job through the Delta Live Tables API</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-pass-configuration-values-to-a-delta-live-tables-job/m-p/41352#M27337</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/28727"&gt;@Mo&lt;/a&gt;&amp;nbsp;- I tried the same thing but i do not see the DLT pipeline config being overriden. The Web activity in ADF has the below config:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Manjula_Ganesap_0-1692886292298.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/3247i827AD579AA0A8ADC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Manjula_Ganesap_0-1692886292298.png" alt="Manjula_Ganesap_0-1692886292298.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and the DLT pipeline config has&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Manjula_Ganesap_1-1692886330784.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/3248iB9EBBD1A8D96C73F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Manjula_Ganesap_1-1692886330784.png" alt="Manjula_Ganesap_1-1692886330784.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please let me know what I'm doing wrong.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 14:12:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-pass-configuration-values-to-a-delta-live-tables-job/m-p/41352#M27337</guid>
      <dc:creator>Manjula_Ganesap</dc:creator>
      <dc:date>2023-08-24T14:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass configuration values to a Delta Live Tables job through the Delta Live Tables API</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-pass-configuration-values-to-a-delta-live-tables-job/m-p/41370#M27346</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/28727"&gt;@Mo&lt;/a&gt;&amp;nbsp; - Thank you. I will try this out now and keep you posted. I am directly passing the parameters in the body of the Web Activity with the POST command. I will try the update and let you know.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for the suggestion.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 15:24:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-pass-configuration-values-to-a-delta-live-tables-job/m-p/41370#M27346</guid>
      <dc:creator>Manjula_Ganesap</dc:creator>
      <dc:date>2023-08-24T15:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass configuration values to a Delta Live Tables job through the Delta Live Tables API</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-pass-configuration-values-to-a-delta-live-tables-job/m-p/41379#M27347</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/28727"&gt;@Mo&lt;/a&gt;&amp;nbsp;- it worked. Thank you so much.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 16:16:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-pass-configuration-values-to-a-delta-live-tables-job/m-p/41379#M27347</guid>
      <dc:creator>Manjula_Ganesap</dc:creator>
      <dc:date>2023-08-24T16:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass configuration values to a Delta Live Tables job through the Delta Live Tables API</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-pass-configuration-values-to-a-delta-live-tables-job/m-p/65547#M32837</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/86910"&gt;@Manjula_Ganesap&lt;/a&gt;&amp;nbsp; Can you let us know what you did to get this working? I have a similar use case.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 04:49:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-pass-configuration-values-to-a-delta-live-tables-job/m-p/65547#M32837</guid>
      <dc:creator>Edthehead</dc:creator>
      <dc:date>2024-04-05T04:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass configuration values to a Delta Live Tables job through the Delta Live Tables API</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-pass-configuration-values-to-a-delta-live-tables-job/m-p/83380#M36920</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/86910"&gt;@Manjula_Ganesap&lt;/a&gt;&amp;nbsp;how exactly did you format the body in the ADF Web activity? it isn't working for me, I tried with the configuration json object, and also with the parameter directly, but the configuration value isn't overwritten in the dlt pipeline execution.&lt;/P&gt;&lt;P&gt;Only difference in my use case is that the dlt Advanced setting has more than one&amp;nbsp;configuration variable and I only need to overwrite one.&lt;/P&gt;&lt;P&gt;Should I add all of them to the API call body to get one of them overwritten?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 03:41:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-pass-configuration-values-to-a-delta-live-tables-job/m-p/83380#M36920</guid>
      <dc:creator>BLM</dc:creator>
      <dc:date>2024-08-19T03:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass configuration values to a Delta Live Tables job through the Delta Live Tables API</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-pass-configuration-values-to-a-delta-live-tables-job/m-p/100501#M40320</link>
      <description>&lt;P&gt;Was anyone able to configure anything except full refresh true or false as override with api call for running a DLT. I have requirement where I need to dynamically pass config parameters, compute type, etc. Wondering if anyone was successfully able to resolve this. &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/86910"&gt;@Manjula_Ganesap&lt;/a&gt;&amp;nbsp;I see your post saying it worked. Can you share what exactly you did?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Nov 2024 15:54:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-pass-configuration-values-to-a-delta-live-tables-job/m-p/100501#M40320</guid>
      <dc:creator>nalindhar</dc:creator>
      <dc:date>2024-11-30T15:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass configuration values to a Delta Live Tables job through the Delta Live Tables API</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-pass-configuration-values-to-a-delta-live-tables-job/m-p/100512#M40322</link>
      <description>&lt;P&gt;You cannot pass parameters from a Databricks job to a DLT pipeline. Atleast not yet. You can see from the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/delta-live-tables/api-guide#--start-a-pipeline-update" rel="nofollow noreferrer" target="_blank"&gt;DLT rest API&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;that there is no option for it to accept any parameters.&lt;/P&gt;&lt;P&gt;But there is a workaround.&lt;/P&gt;&lt;P&gt;But there is a workaround.&lt;/P&gt;&lt;P&gt;With the assumption that you are using ADF to trigger your job what you can try is first get the pipeline using the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/delta-live-tables/api-guide#get-pipeline-details" rel="nofollow noreferrer" target="_blank"&gt;GET pipeline API&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Then use the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/delta-live-tables/api-guide#--edit-a-pipeline" rel="nofollow noreferrer" target="_blank"&gt;update pipeline API&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to update the DLT pipeline with your parameters. This will be the configuration which you can see in the UI like the attached screenshot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Edthehead_0-1733020738237.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/13250iECCD32791194E620/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Edthehead_0-1733020738237.png" alt="Edthehead_0-1733020738237.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Of course you can have multiple parameters as per your use case.&lt;/P&gt;&lt;P&gt;Then trigger your Databricks job which will call your updated DLT pipeline.&lt;/P&gt;&lt;P&gt;Keep in mind, that even though concurrency of your job can be more than 1, only 1 instance of your DLT pipeline can run at a time. You will need to wait until it finishes before updating and running it again.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Dec 2024 02:39:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-pass-configuration-values-to-a-delta-live-tables-job/m-p/100512#M40322</guid>
      <dc:creator>Edthehead</dc:creator>
      <dc:date>2024-12-01T02:39:18Z</dc:date>
    </item>
  </channel>
</rss>

