<?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: create delta table in free edition in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/create-delta-table-in-free-edition/m-p/134050#M49999</link>
    <description>&lt;P&gt;says define absolute path, and add /dbfs before path. When I do that it says no permission.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Oct 2025 11:45:24 GMT</pubDate>
    <dc:creator>Hritik_Moon</dc:creator>
    <dc:date>2025-10-07T11:45:24Z</dc:date>
    <item>
      <title>create delta table in free edition</title>
      <link>https://community.databricks.com/t5/data-engineering/create-delta-table-in-free-edition/m-p/134039#M49996</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;table_name &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;f&lt;/SPAN&gt;&lt;SPAN&gt;"project.bronze.&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;file_name&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;spark&lt;/SPAN&gt;&lt;SPAN&gt;.sql&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;f&lt;/SPAN&gt;&lt;SPAN&gt;"""&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CREATE&lt;/SPAN&gt; &lt;SPAN&gt;TABLE&lt;/SPAN&gt; &lt;SPAN&gt;IF&lt;/SPAN&gt; &lt;SPAN&gt;NOT&lt;/SPAN&gt; &lt;SPAN&gt;EXISTS&lt;/SPAN&gt;&lt;SPAN&gt; {table_name}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;USING&lt;/SPAN&gt; &lt;SPAN&gt;DELTA&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"""&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;what am I getting wrong?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 Oct 2025 10:25:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/create-delta-table-in-free-edition/m-p/134039#M49996</guid>
      <dc:creator>Hritik_Moon</dc:creator>
      <dc:date>2025-10-07T10:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: create delta table in free edition</title>
      <link>https://community.databricks.com/t5/data-engineering/create-delta-table-in-free-edition/m-p/134041#M49997</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/188931"&gt;@Hritik_Moon&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;What error did you get? Because the code itself is correct as you can see on screenshot below - assuming you've created catalog named &lt;STRONG&gt;project&amp;nbsp;&lt;/STRONG&gt;and schema named &lt;STRONG&gt;bronze&lt;/STRONG&gt;&amp;nbsp;before. One thing that is weird - why do you create schemaless table here? Is there a particular reason for doing that?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_0-1759834112938.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20522i052D286DF0C10C0D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_0-1759834112938.png" alt="szymon_dybczak_0-1759834112938.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 10:50:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/create-delta-table-in-free-edition/m-p/134041#M49997</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-10-07T10:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: create delta table in free edition</title>
      <link>https://community.databricks.com/t5/data-engineering/create-delta-table-in-free-edition/m-p/134050#M49999</link>
      <description>&lt;P&gt;says define absolute path, and add /dbfs before path. When I do that it says no permission.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 11:45:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/create-delta-table-in-free-edition/m-p/134050#M49999</guid>
      <dc:creator>Hritik_Moon</dc:creator>
      <dc:date>2025-10-07T11:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: create delta table in free edition</title>
      <link>https://community.databricks.com/t5/data-engineering/create-delta-table-in-free-edition/m-p/134053#M50001</link>
      <description>&lt;P&gt;I will explain what I am tryin to do,&lt;/P&gt;&lt;P&gt;I have create a cataloag and schema as:&lt;/P&gt;&lt;P&gt;project&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; files&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;raw_files&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;orders.json&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;orders.csv&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; bronze&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Notebook1 reads the file present in raw_files splits the name into file_name and file_format and stores then in a dict inside list. Which I have defined in a taskValue.&lt;/P&gt;&lt;P&gt;Notebook 2 reads these parameters performs basic cleaning like null handling, duplicate handling, typecasting and stores data in bronze in delta format.&lt;/P&gt;&lt;P&gt;Now the cleaned data is stored in bronze.cleaned{file_name} and bad records in bronze.bad_records_{file_name} using&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;df_clean.write.&lt;/SPAN&gt;&lt;SPAN&gt;format&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"delta"&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;SPAN&gt;mode&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"append"&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;SPAN&gt;saveAsTable&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;f&lt;/SPAN&gt;&lt;SPAN&gt;"project.bronze.cleaned&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;file_name&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;--------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;this was giving me errors cause no table was present( I misinterpreted the error)&lt;/P&gt;&lt;P&gt;the actual thing is my json file is corrupted, when I try with other csv files the JOB is working fine.&lt;/P&gt;&lt;P&gt;Now I ma trying to solve whats wrong with the json file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 11:55:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/create-delta-table-in-free-edition/m-p/134053#M50001</guid>
      <dc:creator>Hritik_Moon</dc:creator>
      <dc:date>2025-10-07T11:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: create delta table in free edition</title>
      <link>https://community.databricks.com/t5/data-engineering/create-delta-table-in-free-edition/m-p/134060#M50005</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/188931"&gt;@Hritik_Moon&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;For json issue - try to add following option to reader. Very often it resolves issue:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;.option("multiLine",true)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 12:27:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/create-delta-table-in-free-edition/m-p/134060#M50005</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-10-07T12:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: create delta table in free edition</title>
      <link>https://community.databricks.com/t5/data-engineering/create-delta-table-in-free-edition/m-p/134063#M50006</link>
      <description>&lt;P&gt;yes, multiline solved it.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;.&lt;/P&gt;&lt;P&gt;Is there any better approach to this scenario?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 12:40:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/create-delta-table-in-free-edition/m-p/134063#M50006</guid>
      <dc:creator>Hritik_Moon</dc:creator>
      <dc:date>2025-10-07T12:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: create delta table in free edition</title>
      <link>https://community.databricks.com/t5/data-engineering/create-delta-table-in-free-edition/m-p/134064#M50007</link>
      <description>&lt;P&gt;If you don't expect many files then it could be fine approach. But if you expect to handle thousands of files this approach won't scale - beacuse you iteration one file after the other.&lt;BR /&gt;You can check how to deal with ingestion at scale with auto loader. But for learning purpose your scenario is good.&lt;BR /&gt;&lt;BR /&gt;Anyway, if my previous answer was helpful to you, please consider marking it as a solution. In this way we help community members find an answer for similiar question faster.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 12:54:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/create-delta-table-in-free-edition/m-p/134064#M50007</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-10-07T12:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: create delta table in free edition</title>
      <link>https://community.databricks.com/t5/data-engineering/create-delta-table-in-free-edition/m-p/134981#M50243</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;, I am working on readStream and writeStream. Is this similar to the job/pipeline I built earlier?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 10:13:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/create-delta-table-in-free-edition/m-p/134981#M50243</guid>
      <dc:creator>Hritik_Moon</dc:creator>
      <dc:date>2025-10-15T10:13:29Z</dc:date>
    </item>
  </channel>
</rss>

