<?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: source db and target db in DLT in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/source-db-and-target-db-in-dlt/m-p/50563#M28827</link>
    <description>&lt;P&gt;Thank you Kaniz.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried and got the error.&lt;/P&gt;&lt;P&gt;"Please remove the database qualifier from table"&lt;/P&gt;</description>
    <pubDate>Tue, 07 Nov 2023 11:39:10 GMT</pubDate>
    <dc:creator>alj_a</dc:creator>
    <dc:date>2023-11-07T11:39:10Z</dc:date>
    <item>
      <title>source db and target db in DLT</title>
      <link>https://community.databricks.com/t5/data-engineering/source-db-and-target-db-in-dlt/m-p/50546#M28825</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;I am new in DLT, the scenario is i need to read the data from cloud storage(ADLS) and load it into my bronze table. and read it from bronz table -&amp;gt; do some DQ checks and load the cleaned data into my silver table. finally populate the data into gold table which is dimensioanl model.&lt;/P&gt;&lt;P&gt;i tried it and everyhting is working. but all the tables are getting created and populated in single database in hive metastore.&lt;/P&gt;&lt;P&gt;what im looking for is, i already have three databse(schema) like bronze_db, silver_db and gold_db. but i am stuck in how to specify the database name or schema name in dlt.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;#Load only latest file to Bronze table from landing zone
@dlt.create_table(
  comment="The raw leads data, ingested from ADLS landing zone.",
  table_properties={
    "dlt_lead.quality": "bronze",
    "pipelines.autoOptimize.managed": "true"
  }
)
def leads():
    #return (spark.readStream.csv(file_location, header=True))
  return df_bronze_leads&lt;/LI-CODE&gt;&lt;DIV&gt;&lt;DIV&gt;this table should be created under bronze databse/schema&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 Nov 2023 07:06:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/source-db-and-target-db-in-dlt/m-p/50546#M28825</guid>
      <dc:creator>alj_a</dc:creator>
      <dc:date>2023-11-07T07:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: source db and target db in DLT</title>
      <link>https://community.databricks.com/t5/data-engineering/source-db-and-target-db-in-dlt/m-p/50563#M28827</link>
      <description>&lt;P&gt;Thank you Kaniz.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried and got the error.&lt;/P&gt;&lt;P&gt;"Please remove the database qualifier from table"&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 11:39:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/source-db-and-target-db-in-dlt/m-p/50563#M28827</guid>
      <dc:creator>alj_a</dc:creator>
      <dc:date>2023-11-07T11:39:10Z</dc:date>
    </item>
  </channel>
</rss>

