<?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 Ingest into bronze Table: getting error Delta Live Tables (DLT) is not supported on this cluster in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/ingest-into-bronze-table-getting-error-delta-live-tables-dlt-is/m-p/128485#M48255</link>
    <description>&lt;P&gt;Use Case Description:&lt;/P&gt;&lt;P&gt;Manually uploading orders data into databricks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then moving it into a bronze layer using the below code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;technical Code used python&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Getting error:&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;The Delta Live Tables (DLT) module is not supported on this cluster. You should either&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://dbc-8b318025-39ed.cloud.databricks.com/?o=1068971461579833#joblist/pipelines/create?initialSource=%2FUsers%2Fmanojdatabricks73%40gmail.com%2FExplore+workspace.default.orders_data+2025-08-14+21%3A30%3A03&amp;amp;redirectNotebookId=2487879364094270" target="_blank" rel="noopener"&gt;create a new pipeline&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;or use an existing pipeline to run DLT code.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Trying to debug myself, appreciate some help in parallel&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 14 Aug 2025 20:42:23 GMT</pubDate>
    <dc:creator>ManojkMohan</dc:creator>
    <dc:date>2025-08-14T20:42:23Z</dc:date>
    <item>
      <title>Ingest into bronze Table: getting error Delta Live Tables (DLT) is not supported on this cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/ingest-into-bronze-table-getting-error-delta-live-tables-dlt-is/m-p/128485#M48255</link>
      <description>&lt;P&gt;Use Case Description:&lt;/P&gt;&lt;P&gt;Manually uploading orders data into databricks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then moving it into a bronze layer using the below code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;technical Code used python&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Getting error:&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;The Delta Live Tables (DLT) module is not supported on this cluster. You should either&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://dbc-8b318025-39ed.cloud.databricks.com/?o=1068971461579833#joblist/pipelines/create?initialSource=%2FUsers%2Fmanojdatabricks73%40gmail.com%2FExplore+workspace.default.orders_data+2025-08-14+21%3A30%3A03&amp;amp;redirectNotebookId=2487879364094270" target="_blank" rel="noopener"&gt;create a new pipeline&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;or use an existing pipeline to run DLT code.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Trying to debug myself, appreciate some help in parallel&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 14 Aug 2025 20:42:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ingest-into-bronze-table-getting-error-delta-live-tables-dlt-is/m-p/128485#M48255</guid>
      <dc:creator>ManojkMohan</dc:creator>
      <dc:date>2025-08-14T20:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest into bronze Table: getting error Delta Live Tables (DLT) is not supported on this cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/ingest-into-bronze-table-getting-error-delta-live-tables-dlt-is/m-p/128524#M48273</link>
      <description>&lt;P&gt;If you’re getting an error when ingesting into a Bronze table with DLT, make sure you’re using the DLT pattern end-to-end: (1) import DLT and declare the table with a decorator, e.g. import dlt then &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/97035"&gt;@Dlt&lt;/a&gt;.table(name="tbl_bronze_persons", comment="Raw persons data via Auto Loader"); (2) don’t call writeStream—in DLT the function must return a DataFrame, e.g. return (spark.readStream.format("cloudFiles").option("cloudFiles.format","json").option("cloudFiles.schemaLocation","/Volumes/&amp;lt;catalog&amp;gt;.&amp;lt;schema&amp;gt;.&amp;lt;vol&amp;gt;/schemas/persons").load("/mnt/&amp;lt;container&amp;gt;/landing/persons").withColumn("ingestion_timestamp", current_timestamp()).withColumn("source_file", input_file_name())); (3) run this notebook only from a DLT pipeline (not an interactive cluster), and set a UC target (catalog.schema) plus proper permissions; (4) avoid widget variables in DLT—use literal paths or pipeline parameters; (5) ensure the schemaLocation/checkpoint paths are in a reliable location (UC Volume or external storage) and that the workspace service principal/user has access. With the decorator + return pattern, proper Auto Loader options, and execution from a DLT pipeline, the Bronze ingestion should deploy cleanly.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2025 13:35:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ingest-into-bronze-table-getting-error-delta-live-tables-dlt-is/m-p/128524#M48273</guid>
      <dc:creator>WiliamRosa</dc:creator>
      <dc:date>2025-08-15T13:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest into bronze Table: getting error Delta Live Tables (DLT) is not supported on this cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/ingest-into-bronze-table-getting-error-delta-live-tables-dlt-is/m-p/128527#M48275</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/155141"&gt;@ManojkMohan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;If you try to run a DLT pipeline on an (e.g.) all-purpose compute cluster, it will fail. DLT pipelines require a DLT job computer&amp;nbsp;cluster.&lt;/P&gt;&lt;P&gt;To run it, create a new pipeline in the Databricks UI, assign your DLT notebook to it, and start the pipeline:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ilir_nuredini_0-1755264780246.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/19106iC22A2EAEB9958881/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ilir_nuredini_0-1755264780246.png" alt="ilir_nuredini_0-1755264780246.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The reason it does not work on all-purpose compute is that the DLT module is not supported on Spark Connect clusters. The DLT runtime runs on a specialized job compute environment, which is different from the standard all-purpose compute runtime. It provides capabilities and configurations tailored specifically for Delta Live Tables. Because of these differences, a DLT pipeline cannot be executed on any all-purpose cluster, it must run on a DLT job cluster.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope that helps. Let me know if you have any other questions!&lt;BR /&gt;&lt;BR /&gt;Best, Ilir&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2025 13:40:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ingest-into-bronze-table-getting-error-delta-live-tables-dlt-is/m-p/128527#M48275</guid>
      <dc:creator>ilir_nuredini</dc:creator>
      <dc:date>2025-08-15T13:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest into bronze Table: getting error Delta Live Tables (DLT) is not supported on this cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/ingest-into-bronze-table-getting-error-delta-live-tables-dlt-is/m-p/128905#M48369</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Issue Encountered:&lt;/STRONG&gt;&lt;BR /&gt;Received the following error when attempting to run Delta Live Tables (DLT) code:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;EM&gt;"The Delta Live Tables (DLT) module is not supported on this cluster. You should either create a new pipeline or use an existing pipeline to run DLT code."&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;STRONG&gt;Short-Term Workaround (Bronze Table):&lt;/STRONG&gt;&lt;BR /&gt;To proceed without DLT, used standard Delta Lake APIs:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;raw_df.write.&lt;SPAN class=""&gt;format&lt;/SPAN&gt;(&lt;SPAN class=""&gt;"delta"&lt;/SPAN&gt;).mode(&lt;SPAN class=""&gt;"overwrite"&lt;/SPAN&gt;).saveAsTable(&lt;SPAN class=""&gt;"bronze.ipl_raw"&lt;/SPAN&gt;) df = spark.read.table(&lt;SPAN class=""&gt;"bronze.ipl_raw"&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Now trying a prototype with DLT pipeline&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Aug 2025 18:02:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ingest-into-bronze-table-getting-error-delta-live-tables-dlt-is/m-p/128905#M48369</guid>
      <dc:creator>ManojkMohan</dc:creator>
      <dc:date>2025-08-19T18:02:38Z</dc:date>
    </item>
  </channel>
</rss>

