<?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 Parameterizing DLT Pipelines in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/parameterizing-dlt-pipelines/m-p/66794#M7136</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I have DLTP pipeline which I need to execute for difference source systems. Need advise on how to parametrize this.&lt;/P&gt;&lt;P&gt;I have gone through many articles on the web, but it seems there is no accurate information available.&lt;/P&gt;&lt;P&gt;Can anyone please help.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Fri, 19 Apr 2024 23:53:24 GMT</pubDate>
    <dc:creator>Mustafa_Kamal</dc:creator>
    <dc:date>2024-04-19T23:53:24Z</dc:date>
    <item>
      <title>Parameterizing DLT Pipelines</title>
      <link>https://community.databricks.com/t5/get-started-discussions/parameterizing-dlt-pipelines/m-p/66794#M7136</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I have DLTP pipeline which I need to execute for difference source systems. Need advise on how to parametrize this.&lt;/P&gt;&lt;P&gt;I have gone through many articles on the web, but it seems there is no accurate information available.&lt;/P&gt;&lt;P&gt;Can anyone please help.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 23:53:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/parameterizing-dlt-pipelines/m-p/66794#M7136</guid>
      <dc:creator>Mustafa_Kamal</dc:creator>
      <dc:date>2024-04-19T23:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Parameterizing DLT Pipelines</title>
      <link>https://community.databricks.com/t5/get-started-discussions/parameterizing-dlt-pipelines/m-p/66795#M7137</link>
      <description>&lt;P&gt;You can provide parameters in the configuration section of DLT pipeline and access it in your code using spark.conf.get(&amp;lt;parameter_name&amp;gt;).&lt;/P&gt;&lt;P&gt;&lt;A title="Parameterize DLT pipelines" href="https://docs.databricks.com/en/delta-live-tables/settings.html#parameterize-pipelines" target="_self"&gt;Parameterize DLT pipelines&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2024 00:25:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/parameterizing-dlt-pipelines/m-p/66795#M7137</guid>
      <dc:creator>AmanSehgal</dc:creator>
      <dc:date>2024-04-20T00:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Parameterizing DLT Pipelines</title>
      <link>https://community.databricks.com/t5/get-started-discussions/parameterizing-dlt-pipelines/m-p/66824#M7138</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/15779"&gt;@AmanSehgal&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I have done that and was able to execute the pipeline successfully. Bu t I need to change the parameter value at run time, so that the same pipeline can be used for multiple sources.&lt;/P&gt;&lt;P&gt;Can we pass parameters from Job to DLT Pipeline ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2024 12:45:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/parameterizing-dlt-pipelines/m-p/66824#M7138</guid>
      <dc:creator>Mustafa_Kamal</dc:creator>
      <dc:date>2024-04-20T12:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Parameterizing DLT Pipelines</title>
      <link>https://community.databricks.com/t5/get-started-discussions/parameterizing-dlt-pipelines/m-p/66868#M7139</link>
      <description>&lt;P&gt;I tried but it doesn't seem to be working. I tried passing job parameters to cluster configuration as {{job.paramters.name}} but it didn't pickup.&lt;/P&gt;&lt;P&gt;You might have to put a wrapper logic around your pipeline for now to parameterize it. For instance, write some text into a file in mounted location and then read it in the DLT pipeline for your conditional logic.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Apr 2024 11:59:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/parameterizing-dlt-pipelines/m-p/66868#M7139</guid>
      <dc:creator>AmanSehgal</dc:creator>
      <dc:date>2024-04-21T11:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Parameterizing DLT Pipelines</title>
      <link>https://community.databricks.com/t5/get-started-discussions/parameterizing-dlt-pipelines/m-p/66893#M7140</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/15779"&gt;@AmanSehgal&lt;/a&gt;&amp;nbsp;, Yes, thats true, I had tried different options here. Thank you so much for taking it time to investigate this.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 07:15:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/parameterizing-dlt-pipelines/m-p/66893#M7140</guid>
      <dc:creator>Mustafa_Kamal</dc:creator>
      <dc:date>2024-04-22T07:15:50Z</dc:date>
    </item>
  </channel>
</rss>

