<?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: Delta Live Table name dynamically in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/delta-live-table-name-dynamically/m-p/16515#M10693</link>
    <description>&lt;P&gt;Hi @Dan Richardson​&amp;nbsp;There is a feature request for this limitation already in queue.This is the feature request ID: DB-I-5073. We do not have any ETA on it yet and will be implemented once prioritized . Please note that you won't be able to access the feature request as it is internal to Databricks, however you can always follow-up with above ID for the status update on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jul 2022 05:15:21 GMT</pubDate>
    <dc:creator>Noopur_Nigam</dc:creator>
    <dc:date>2022-07-25T05:15:21Z</dc:date>
    <item>
      <title>Delta Live Table name dynamically</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-table-name-dynamically/m-p/16511#M10689</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;Can we pass &lt;B&gt;&lt;U&gt;Delta Live Table name dynamically&lt;/U&gt;&lt;/B&gt; [from a configuration file, instead of hardcoding the table name]? We would like to build a &lt;B&gt;&lt;I&gt;&lt;U&gt;metadata-driven pipeline.&lt;/U&gt;&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 04:48:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-table-name-dynamically/m-p/16511#M10689</guid>
      <dc:creator>Phani1</dc:creator>
      <dc:date>2022-06-28T04:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Table name dynamically</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-table-name-dynamically/m-p/16512#M10690</link>
      <description>&lt;P&gt;Yes, it is possible. Just pass the variable to @dlt.table(name=variable)&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;for name in ['table1', 'table2']:
   @dlt.table(name=name)
   def delta_live_table():
      return (
         spark.range(1, 10)
       )&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 13:12:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-table-name-dynamically/m-p/16512#M10690</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-06-28T13:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Table name dynamically</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-table-name-dynamically/m-p/16513#M10691</link>
      <description>&lt;P&gt;Thanks, @Hubert Dudek for your quick response on this, I can able to create DLT dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;U&gt;Can we pass the Database name while creating DLT tables &lt;/U&gt;&lt;/B&gt;&lt;I&gt;instead of passing the database name in the pipeline configuration?&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Error message :&lt;/P&gt;&lt;P&gt;org.apache.spark.sql.AnalysisException: Materializing tables in custom schemas is not supported. Please remove the database qualifier from table 'default.Delta_table3'.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 13:56:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-table-name-dynamically/m-p/16513#M10691</guid>
      <dc:creator>Phani1</dc:creator>
      <dc:date>2022-06-28T13:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Table name dynamically</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-table-name-dynamically/m-p/16514#M10692</link>
      <description>&lt;P&gt;I hope this limitation is resolved - storing everything from one pipeline in a single database is not ideal. Preferably I'd like to be able to store bronze level data in it's own "Database" rather than mix with silver/gold.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 14:21:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-table-name-dynamically/m-p/16514#M10692</guid>
      <dc:creator>DanR</dc:creator>
      <dc:date>2022-07-08T14:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Table name dynamically</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-table-name-dynamically/m-p/16515#M10693</link>
      <description>&lt;P&gt;Hi @Dan Richardson​&amp;nbsp;There is a feature request for this limitation already in queue.This is the feature request ID: DB-I-5073. We do not have any ETA on it yet and will be implemented once prioritized . Please note that you won't be able to access the feature request as it is internal to Databricks, however you can always follow-up with above ID for the status update on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 05:15:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-table-name-dynamically/m-p/16515#M10693</guid>
      <dc:creator>Noopur_Nigam</dc:creator>
      <dc:date>2022-07-25T05:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Table name dynamically</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-table-name-dynamically/m-p/16516#M10694</link>
      <description>&lt;P&gt;Hi @Dan Richardson​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a friendly follow-up. do you have any follow-up questions or did Noopur's response helped you? please let us know&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 20:55:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-table-name-dynamically/m-p/16516#M10694</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2022-08-15T20:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Table name dynamically</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-table-name-dynamically/m-p/57625#M30843</link>
      <description>&lt;P&gt;Hi, have there been any updates on this feature or internal ticket? This would be a great addition. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 22:12:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-table-name-dynamically/m-p/57625#M30843</guid>
      <dc:creator>cpayne_vax</dc:creator>
      <dc:date>2024-01-17T22:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Table name dynamically</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-table-name-dynamically/m-p/62154#M31909</link>
      <description>&lt;P&gt;I am observing same error while I adding dataset.tablename.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;org.apache.spark.sql.catalyst.ExtendedAnalysisException: Materializing tables in custom schemas is not supported. Please remove the database qualifier from table&amp;nbsp;'streaming.dlt_read_test_files'&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/97035"&gt;@Dlt&lt;/a&gt;.table(name="streaming.dlt_read_test_files")
def raw_data():
  return spark.readStream.format("delta").load(abfss_location)

@dlt.table(name="streaming.dlt_clean_test_files")
def filtered_data():
  return dlt.readStream("streaming.dlt_read_test_files").select(F.col("data"))&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;Do we have update on this topic?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 22:50:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-table-name-dynamically/m-p/62154#M31909</guid>
      <dc:creator>Azure_dbks_eng</dc:creator>
      <dc:date>2024-02-27T22:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Table name dynamically</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-table-name-dynamically/m-p/78614#M35569</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wonder if there is any update for this feature?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 21:20:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-table-name-dynamically/m-p/78614#M35569</guid>
      <dc:creator>Vic01</dc:creator>
      <dc:date>2024-07-12T21:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Table name dynamically</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-table-name-dynamically/m-p/94604#M38931</link>
      <description>&lt;P&gt;This would be a great improvement to DLT. Majority of the architecture requirements I see, do separate bronze, silver and gold at the schema level. We can get around the issue separating the DLT pipelines into 3 separate ones, but you loose the ability to follow the pipeline end-to-end and add delays in processing.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 15:04:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-table-name-dynamically/m-p/94604#M38931</guid>
      <dc:creator>Wilson_Haenisch</dc:creator>
      <dc:date>2024-10-17T15:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Table name dynamically</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-table-name-dynamically/m-p/101756#M40814</link>
      <description>&lt;P&gt;Is this post referring to Direct Publishing Mode? As we are multi-tenanted we have to have separate schema per client, which currently means a single pipeline per client. This is not cost effective at all, so we are very much reliant on DPM. I believe it is not due to go in to public preview now until February at the earliest. It would be good if this can be fast-tracked if more people need it.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 12:09:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-table-name-dynamically/m-p/101756#M40814</guid>
      <dc:creator>bmhardy</dc:creator>
      <dc:date>2024-12-11T12:09:03Z</dc:date>
    </item>
  </channel>
</rss>

