<?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: (Episode 1: Getting Data In) - Learning Databricks one brick at a time, using the Free Edition in Community Articles</title>
    <link>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133030#M695</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/146924"&gt;@BS_THE_ANALYST&lt;/a&gt;&amp;nbsp;, It looks awesome, I am waiting for Agent bricks to launch in our region , so that I can also try new things, this will be a good starter&lt;/P&gt;</description>
    <pubDate>Thu, 25 Sep 2025 13:29:36 GMT</pubDate>
    <dc:creator>bhanu_gautam</dc:creator>
    <dc:date>2025-09-25T13:29:36Z</dc:date>
    <item>
      <title>(Episode 1: Getting Data In) - Learning Databricks one brick at a time, using the Free Edition</title>
      <link>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/132759#M680</link>
      <description>&lt;P&gt;&lt;U&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Episode 1: Getting Data In&lt;BR /&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/U&gt;&lt;EM&gt;Learning Databricks one brick at a time, using the Free Edition.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Project Intro&lt;BR /&gt;&lt;/STRONG&gt;Welcome to everyone reading. My name’s Ben, a.k.a &lt;STRONG&gt;BS_THE_ANALYST&lt;/STRONG&gt;, and I’m going to share my experiences as I learn the world of Databricks. My objective is to master Data Engineering on Databricks, weave in AI &amp;amp; ML, and perform analyses.&lt;/P&gt;&lt;P&gt;I hope this content serves two purposes. Firstly, a motivation for people who want to explore and hone their skills. Secondly, for seasoned Databricks users, I’m keen to learn best practices. I encourage you to reach out or provide feedback on what you’d do differently. This is the beauty of learning.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Today’s Objectives&lt;BR /&gt;&lt;/STRONG&gt;So let’s begin with &lt;STRONG&gt;Getting Data Into Databricks&lt;/STRONG&gt;. This step is no small feat; it could be a series in itself, as there’s much to consider depending on project requirements.&lt;/P&gt;&lt;P&gt;In today’s world, Unity Catalog is the recommended way to manage and store data in Databricks. For older users not leveraging Unity Catalog, DBFS or mounted cloud storage are still valid approaches. For those wondering, DBFS was the default storage location for the Unity Catalog’s predecessor, the hive_metastore. If you’d like a solid breakdown of Unity Catalog, here’s a great read:&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":backhand_index_pointing_right:"&gt;👉&lt;/span&gt;&lt;A href="https://community.databricks.com/t5/technical-blog/understanding-unity-catalog/ba-p/93478" target="_blank" rel="noopener"&gt;Understanding Unity Catalog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Project&lt;BR /&gt;&lt;/STRONG&gt;Picture this: I’m a user wanting to get some data into Databricks. On my computer, I’ve got some flat files (CSVs, maybe an XLSX). The first question I ask myself:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Do I want to manually upload the data, or do it programmatically?&lt;/LI-CODE&gt;&lt;P&gt;Typically, manual is the route to prove a concept works. If I need automation later, I’ll convert that process into something programmatic.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Manually Uploading CSV (Data) to a Unity Catalog Volume&lt;BR /&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/U&gt;Uploading manually is straightforward:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Press &lt;STRONG&gt;New&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Select &lt;STRONG&gt;Add or Upload Data&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Select &lt;STRONG&gt;Upload files to Volume&lt;/STRONG&gt;&lt;/LI&gt;&lt;UL&gt;&lt;LI&gt;Think of a volume as a storage bucket inside Unity Catalog where you can drop files.&lt;/LI&gt;&lt;LI&gt;There’s also a &lt;STRONG&gt;Create or Modify Table&lt;/STRONG&gt; option, which can be a good starting point. However, if you check the supported file types, you’ll notice .xlsx is not an option. That’s a topic we’ll dive deeper into in a future episode.&lt;/LI&gt;&lt;/UL&gt;&lt;/OL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="BS_THE_ANALYST_14-1758564518121.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20158i178569DEEB561214/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BS_THE_ANALYST_14-1758564518121.png" alt="BS_THE_ANALYST_14-1758564518121.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="BS_THE_ANALYST_15-1758564518126.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20159iDE24BD724DE4316C/image-size/large?v=v2&amp;amp;px=999" role="button" title="BS_THE_ANALYST_15-1758564518126.png" alt="BS_THE_ANALYST_15-1758564518126.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In the GIF below, you can see me selecting a Catalog, selecting (or create) a schema, selecting (or create a Volume). Then select file to upload.&lt;STRONG&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Adobe Express - 2025-09-21 14-06-29.gif" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20173i0FB669FBB9C610A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Adobe Express - 2025-09-21 14-06-29.gif" alt="Adobe Express - 2025-09-21 14-06-29.gif" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Just like that, your file will be available to use in Databricks. You can view your data in a &lt;STRONG&gt;notebook&lt;/STRONG&gt; or using the &lt;STRONG&gt;SQL editor&lt;/STRONG&gt; like I am below:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="BS_THE_ANALYST_18-1758564518403.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20161i5CD9484B8CC783FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="BS_THE_ANALYST_18-1758564518403.png" alt="BS_THE_ANALYST_18-1758564518403.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;&lt;FONT size="5"&gt;Programmatically Uploading CSV (data) to a Unity Catalog Volume&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/U&gt;DISCUSSION&lt;BR /&gt;&lt;/STRONG&gt;We’ve got a few choices to upload data programmatically from our local machine to Databricks. The CLI, SDK, or API. Here’s a great explanation about what each of them offers: &lt;A href="https://alexott.blogspot.com/2024/09/databricks-sdks-vs-cli-vs-rest-apis-vs.html" target="_blank" rel="noopener"&gt;https://alexott.blogspot.com/2024/09/databricks-sdks-vs-cli-vs-rest-apis-vs.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For today, we’ll be using the Databricks CLI. There’s &lt;STRONG&gt;fantastic&lt;/STRONG&gt; documentation on how to do this: &lt;A href="https://docs.databricks.com/aws/en/dev-tools/cli/tutorial" target="_blank" rel="noopener"&gt;https://docs.databricks.com/aws/en/dev-tools/cli/tutorial&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Let me just point out the following useful parts:&lt;BR /&gt;In the navigation pane on the &lt;EM&gt;Left Hand Side&lt;/EM&gt; you’ll find the &lt;EM&gt;tutorial&lt;/EM&gt; that helps you install and set up the CLI to access your Databricks Environment. Make sure to select the correct Operating System as seen in the picture below. The &lt;EM&gt;Command Reference&lt;/EM&gt; section contains EVERYTHING. It’s the gold mine for CLI commands.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="BS_THE_ANALYST_29-1758565259943.png" style="width: 748px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20174i6B0B61DFFB991019/image-dimensions/748x347?v=v2" width="748" height="347" role="button" title="BS_THE_ANALYST_29-1758565259943.png" alt="BS_THE_ANALYST_29-1758565259943.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;AUTHENTICATION&lt;/STRONG&gt;&lt;BR /&gt;If you’re curious, I authenticated with a Personal Access Token:&lt;BR /&gt;Generate a Personal Access Token &lt;span class="lia-unicode-emoji" title=":backhand_index_pointing_down:"&gt;👇&lt;/span&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;U&gt;&lt;A href="https://docs.databricks.com/aws/en/dev-tools/auth/pat" target="_blank" rel="noopener"&gt;https://docs.databricks.com/aws/en/dev-tools/auth/pat&lt;/A&gt;&lt;BR /&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="BS_THE_ANALYST_20-1758564518410.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20164i5B2AEE1BABEAA6E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="BS_THE_ANALYST_20-1758564518410.png" alt="BS_THE_ANALYST_20-1758564518410.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;STRONG&gt;EXAMPLE OF ME USING THE CLI TO UPLOAD A CSV INTO A VOLUME&lt;/STRONG&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;EM&gt;Installing&lt;BR /&gt;&lt;/EM&gt;1. I’m on Windows and needed to download the CLI. I used command prompt and command prompt’s winget to download the CLI:&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BS_THE_ANALYST_21-1758564518411.png" style="width: 690px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20165i4B0E26923403FFCE/image-dimensions/690x64?v=v2" width="690" height="64" role="button" title="BS_THE_ANALYST_21-1758564518411.png" alt="BS_THE_ANALYST_21-1758564518411.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Authenticating&lt;BR /&gt;&lt;/EM&gt;2. Enter your databricks host and personal access token to authenticate&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BS_THE_ANALYST_22-1758564518413.png" style="width: 686px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20166iED33452978D3BBC1/image-dimensions/686x72?v=v2" width="686" height="72" role="button" title="BS_THE_ANALYST_22-1758564518413.png" alt="BS_THE_ANALYST_22-1758564518413.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Creating a Schema in a Catalog&lt;/EM&gt;&lt;BR /&gt;3. Using the docs with CLI Commands, I want to create a schema (database) and a volume within it. My catalog is called Workspace. If you want to create a fresh catalog, you can use the CLI if you’d like. Recall, there’s a 3 level name-space with the unity catalog: &lt;STRONG&gt;Catalog&lt;/STRONG&gt;&amp;gt;&lt;STRONG&gt;Schema&lt;/STRONG&gt;&amp;gt;&lt;STRONG&gt;Volume/Table/Model&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="https://docs.databricks.com/aws/en/dev-tools/cli/reference/" target="_blank" rel="noopener"&gt;https://docs.databricks.com/aws/en/dev-tools/cli/reference/&lt;/A&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Action &lt;span class="lia-unicode-emoji" title=":backhand_index_pointing_right:"&gt;👉&lt;/span&gt; I'm Creating a Schema in my Catalog called “ZW_Bootcamp”, note catalog is called "&lt;U&gt;workspace"&lt;/U&gt;&lt;U&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BS_THE_ANALYST_23-1758564518424.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20167i7044049CA68B6B0A/image-size/large?v=v2&amp;amp;px=999" role="button" title="BS_THE_ANALYST_23-1758564518424.png" alt="BS_THE_ANALYST_23-1758564518424.png" /&gt;&lt;/span&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Creating a Volume in a Schema&lt;/EM&gt;&lt;BR /&gt;4. Create Volume called "datadumps" in the Schema called "&lt;EM&gt;ZW_Bootcamp"&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BS_THE_ANALYST_24-1758564518436.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20169iA5CDA6B7C3C7EA6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="BS_THE_ANALYST_24-1758564518436.png" alt="BS_THE_ANALYST_24-1758564518436.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Uploading CSV from local machine into Volume&lt;BR /&gt;&lt;/EM&gt;5. Upload CSV into the Volume you created. For this, we'll be using the FS (file system) command group, which allows us to perform file system operations. Documentation here:&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/dev-tools/cli/reference/fs-commands" target="_blank" rel="noopener"&gt;https://docs.databricks.com/aws/en/dev-tools/cli/reference/fs-commands&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;... &lt;STRONG&gt;note&lt;/STRONG&gt;, &lt;U&gt;I got caught out on this part&lt;/U&gt;, make sure you prefix your volume path with "DBFS" as seen in the pictures below. The top line is my command&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;databricks fs cp "{PATH TO CSV HERE}" "DBFS:/Volumes/{catalog}/{schema}/{volume}"&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BS_THE_ANALYST_25-1758564518439.png" style="width: 819px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20168iB503E132C9E1E4B2/image-dimensions/819x34?v=v2" width="819" height="34" role="button" title="BS_THE_ANALYST_25-1758564518439.png" alt="BS_THE_ANALYST_25-1758564518439.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BS_THE_ANALYST_26-1758564518442.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20171iEE9F45C61D5FCF8F/image-size/large?v=v2&amp;amp;px=999" role="button" title="BS_THE_ANALYST_26-1758564518442.png" alt="BS_THE_ANALYST_26-1758564518442.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Verify your upload &lt;span class="lia-unicode-emoji" title=":raising_hands:"&gt;🙌&lt;/span&gt;🥳&lt;span class="lia-unicode-emoji" title=":bottle_with_popping_cork:"&gt;🍾&lt;/span&gt;&lt;BR /&gt;&lt;/I&gt;6.&amp;nbsp; &amp;nbsp;Check the Databricks UI to see if the upload was successful and voila&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BS_THE_ANALYST_27-1758564518445.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20170iB80837FF1EB59016/image-size/large?v=v2&amp;amp;px=999" role="button" title="BS_THE_ANALYST_27-1758564518445.png" alt="BS_THE_ANALYST_27-1758564518445.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&lt;FONT size="5"&gt;Till next time&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/U&gt;That’s all for now, folks! There’s still plenty to uncover! What about hitting data sources that aren’t on our machines? How do we interact with APIs? Where do we store the credentials in our pipelines? How do we interact with Databases? There’s still so much in store for connecting to Data. How do we automate everything? So much to learn, so little time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ThisIsFineGIF.gif" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20175iD05842A96D228FB4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ThisIsFineGIF.gif" alt="ThisIsFineGIF.gif" /&gt;&lt;/span&gt;&lt;BR /&gt;All the best,&lt;BR /&gt;BS&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 18:49:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/132759#M680</guid>
      <dc:creator>BS_THE_ANALYST</dc:creator>
      <dc:date>2025-09-22T18:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: (Episode 1: Getting Data In) - Learning Databricks one brick at a time, using the Free Edition</title>
      <link>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/132801#M682</link>
      <description>&lt;P&gt;Super cool blog&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/146924"&gt;@BS_THE_ANALYST&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I have to confess, I haven't touched the CLI as much as I'd have liked to. This gives me confidence to go do that though.&lt;/P&gt;&lt;P&gt;Cool to see both ways: Simple via the UI and programmatic through the CLI. Excited to see the next instalment 🫡&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 08:12:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/132801#M682</guid>
      <dc:creator>TheOC</dc:creator>
      <dc:date>2025-09-23T08:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: (Episode 1: Getting Data In) - Learning Databricks one brick at a time, using the Free Edition</title>
      <link>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/132805#M683</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/171339"&gt;@TheOC&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt;.&lt;BR /&gt;&lt;BR /&gt;Not sure if you caught this link in the blog:&amp;nbsp;&lt;A href="https://alexott.blogspot.com/2024/09/databricks-sdks-vs-cli-vs-rest-apis-vs.html" target="_blank"&gt;https://alexott.blogspot.com/2024/09/databricks-sdks-vs-cli-vs-rest-apis-vs.html&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'd really advise having a 5 min read through that, it's fab: "&lt;SPAN&gt;CLI is also a home for&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.databricks.com/en/dev-tools/bundles/index.html" target="_blank"&gt;Databricks Asset Bundles&lt;/A&gt;". There's a great discussion around SDK vs CLI vs API.&lt;BR /&gt;&lt;BR /&gt;Looking forward to seeing your next blog, I liked the episode about the Widgets, they're awesome &lt;span class="lia-unicode-emoji" title=":goat:"&gt;🐐&lt;/span&gt;.&lt;BR /&gt;&lt;BR /&gt;All the best,&lt;BR /&gt;BS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 08:53:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/132805#M683</guid>
      <dc:creator>BS_THE_ANALYST</dc:creator>
      <dc:date>2025-09-23T08:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: (Episode 1: Getting Data In) - Learning Databricks one brick at a time, using the Free Edition</title>
      <link>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/132806#M684</link>
      <description>&lt;P&gt;Wonderfully illustrated,&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/146924"&gt;@BS_THE_ANALYST&lt;/a&gt;,&amp;nbsp;can’t wait for the next episode of your &lt;STRONG&gt;One Brick at a Time series&lt;/STRONG&gt;!!!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 08:55:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/132806#M684</guid>
      <dc:creator>Advika</dc:creator>
      <dc:date>2025-09-23T08:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: (Episode 1: Getting Data In) - Learning Databricks one brick at a time, using the Free Edition</title>
      <link>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/132812#M685</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/152834"&gt;@Advika&lt;/a&gt;! I'm looking forward to doing the next one already &lt;span class="lia-unicode-emoji" title=":raising_hands:"&gt;🙌&lt;/span&gt;. Blogging is a new area for me, feedback is more than welcome. I appreciate this post was pretty long 🤪&lt;span class="lia-unicode-emoji" title=":grinning_squinting_face:"&gt;😆&lt;/span&gt;.&lt;BR /&gt;&lt;BR /&gt;All the best,&lt;BR /&gt;BS&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 09:07:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/132812#M685</guid>
      <dc:creator>BS_THE_ANALYST</dc:creator>
      <dc:date>2025-09-23T09:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: (Episode 1: Getting Data In) - Learning Databricks one brick at a time, using the Free Edition</title>
      <link>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133030#M695</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/146924"&gt;@BS_THE_ANALYST&lt;/a&gt;&amp;nbsp;, It looks awesome, I am waiting for Agent bricks to launch in our region , so that I can also try new things, this will be a good starter&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 13:29:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133030#M695</guid>
      <dc:creator>bhanu_gautam</dc:creator>
      <dc:date>2025-09-25T13:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: (Episode 1: Getting Data In) - Learning Databricks one brick at a time, using the Free Edition</title>
      <link>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133089#M696</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/127282"&gt;@bhanu_gautam&lt;/a&gt;&amp;nbsp;I too am eagerly waiting for Agentbricks in my region &lt;span class="lia-unicode-emoji" title=":smirking_face:"&gt;😏&lt;/span&gt;.&lt;/P&gt;&lt;P&gt;Although, I believe you'd be able to experiment with it through some of the labs in either the ML or GenAI certification paths &lt;span class="lia-unicode-emoji" title=":handshake:"&gt;🤝&lt;/span&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/127282"&gt;@bhanu_gautam&lt;/a&gt;&amp;nbsp;I look forward to hearing about your projects aswell &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;.&lt;/P&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;BS&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 15:14:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133089#M696</guid>
      <dc:creator>BS_THE_ANALYST</dc:creator>
      <dc:date>2025-09-26T15:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: (Episode 1: Getting Data In) - Learning Databricks one brick at a time, using the Free Edition</title>
      <link>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133108#M697</link>
      <description>&lt;P&gt;Awesome post! I love your step by step, friendly approach. Great work!&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 20:52:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133108#M697</guid>
      <dc:creator>MandyR</dc:creator>
      <dc:date>2025-09-26T20:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: (Episode 1: Getting Data In) - Learning Databricks one brick at a time, using the Free Edition</title>
      <link>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133351#M701</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/174591"&gt;@MandyR&lt;/a&gt;.&amp;nbsp;I'm enjoying the blogs! It's got me thinking more about getting video content out there as well. Perhaps the videos could be tutorials and it'd compliment the Databricks series &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Lots to look forward to &lt;span class="lia-unicode-emoji" title=":raising_hands:"&gt;🙌&lt;/span&gt;.&lt;BR /&gt;&lt;BR /&gt;All the best,&lt;BR /&gt;BS&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 11:03:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133351#M701</guid>
      <dc:creator>BS_THE_ANALYST</dc:creator>
      <dc:date>2025-09-30T11:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: (Episode 1: Getting Data In) - Learning Databricks one brick at a time, using the Free Edition</title>
      <link>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133486#M708</link>
      <description>&lt;P&gt;We love video content&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/146924"&gt;@BS_THE_ANALYST&lt;/a&gt;&amp;nbsp;!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 17:47:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133486#M708</guid>
      <dc:creator>MandyR</dc:creator>
      <dc:date>2025-10-01T17:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: (Episode 1: Getting Data In) - Learning Databricks one brick at a time, using the Free Edition</title>
      <link>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133494#M709</link>
      <description>&lt;P&gt;Thank you, &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/146924"&gt;@BS_THE_ANALYST&lt;/a&gt;&amp;nbsp;, for sharing this. I didn’t have much time to read it last week since I was preparing for the Databricks Professional exam, but today I finally had the chance, and I have to say - it’s a great article.&lt;BR /&gt;I really appreciate that you included a project introduction along with clear objectives to accomplish. This aligns&amp;nbsp; with my learning style - scenario-based and closely tied to real-life projects.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 18:48:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133494#M709</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-10-01T18:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: (Episode 1: Getting Data In) - Learning Databricks one brick at a time, using the Free Edition</title>
      <link>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133497#M710</link>
      <description>&lt;P&gt;Thanks for the kind words&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Also, have you sat the exam yet? If not, best of luck, I'm sure you're going to smash it! &lt;span class="lia-unicode-emoji" title=":raising_hands:"&gt;🙌&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":clapping_hands:"&gt;👏&lt;/span&gt;. Are you going for the Data Engineer Professional Exam? ... I wish your certifications were on your profile so I could see &lt;span class="lia-unicode-emoji" title=":face_with_tears_of_joy:"&gt;😂&lt;/span&gt;.&lt;BR /&gt;&lt;BR /&gt;All the best,&lt;BR /&gt;BS&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 19:21:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133497#M710</guid>
      <dc:creator>BS_THE_ANALYST</dc:creator>
      <dc:date>2025-10-01T19:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: (Episode 1: Getting Data In) - Learning Databricks one brick at a time, using the Free Edition</title>
      <link>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133527#M711</link>
      <description>&lt;P&gt;Thanks. Yes, I took the Data Engineer Professional Exam and luckily I managed to pass it&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;If you’re planning to take the exam in the near future, a lot of the questions were about streaming. There were also a few questions related to Delta protocol internals (e.g., statistics in a Delta table are created on how many of the first columns&amp;nbsp; etc.)&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2025 08:52:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133527#M711</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-10-02T08:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: (Episode 1: Getting Data In) - Learning Databricks one brick at a time, using the Free Edition</title>
      <link>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133531#M712</link>
      <description>&lt;P&gt;🥳&lt;span class="lia-unicode-emoji" title=":raising_hands:"&gt;🙌&lt;/span&gt; Congrats&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;.&amp;nbsp;I don't think it was luck, you're a machine &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":face_with_tears_of_joy:"&gt;😂&lt;/span&gt;.&lt;BR /&gt;&lt;BR /&gt;I am planning on getting back on track with the studies, I am moving house next week, and my little brother has recently moved in with me so I've been getting him settled into life in the North of England &lt;span class="lia-unicode-emoji" title=":face_with_tears_of_joy:"&gt;😂&lt;/span&gt;.&lt;BR /&gt;&lt;BR /&gt;I'm aiming to get the DE Associate cleared within the next 3 weeks. By that time, there might be a blog from&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;detailing the best practices to prepare for the Professional one? &lt;span class="lia-unicode-emoji" title=":eyes:"&gt;👀&lt;/span&gt;. I appreciate you're probably busy but I'd love to try my hand at any projects you put on the community. I would definitely follow them and provide a write up &lt;span class="lia-unicode-emoji" title=":raising_hands:"&gt;🙌&lt;/span&gt;.&lt;BR /&gt;&lt;BR /&gt;All the best,&lt;BR /&gt;BS&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2025 09:21:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133531#M712</guid>
      <dc:creator>BS_THE_ANALYST</dc:creator>
      <dc:date>2025-10-02T09:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: (Episode 1: Getting Data In) - Learning Databricks one brick at a time, using the Free Edition</title>
      <link>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133643#M716</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/146924"&gt;@BS_THE_ANALYST&lt;/a&gt;&amp;nbsp;! Absolutely, family comes first! It sounds like you’ve had a full plate lately with the move and getting your brother settled - big respect for handling all of that. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;And for sure! I’ll try to prepare a list of best practices for anyone preparing for the Databricks Professional Engineer exam.&lt;BR /&gt;If you’re aiming for the DE Associate, I think it’s sufficient to follow the Databricks Academy Data Engineering Learning Path. Focus primarily on the notebooks - read every comment carefully, because some of the answers to exam questions can be found there!&lt;BR /&gt;&lt;BR /&gt;Also, check&amp;nbsp;Derar Alhussein test exam. He's currently updating the content and his question are really similar to the ones in real exam&lt;BR /&gt;&lt;BR /&gt;Keep me posted on your progress! &lt;span class="lia-unicode-emoji" title=":raising_hands:"&gt;🙌&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2025 09:32:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133643#M716</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-10-03T09:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: (Episode 1: Getting Data In) - Learning Databricks one brick at a time, using the Free Edition</title>
      <link>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133645#M717</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;thanks for the advice/tips. When I clear the exam, I'll be sure to give you a shout-out &lt;span class="lia-unicode-emoji" title=":clapping_hands:"&gt;👏&lt;/span&gt;. Great shout with Derer Alhussein, I saw his Udemy Course recently so I'll get that bookmarked! &lt;span class="lia-unicode-emoji" title=":flexed_biceps:"&gt;💪&lt;/span&gt;.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'll keep you posted, it'll keep me motivated at the very least &lt;span class="lia-unicode-emoji" title=":face_with_tears_of_joy:"&gt;😂&lt;/span&gt;!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;All the best,&lt;BR /&gt;BS&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2025 10:11:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133645#M717</guid>
      <dc:creator>BS_THE_ANALYST</dc:creator>
      <dc:date>2025-10-03T10:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: (Episode 1: Getting Data In) - Learning Databricks one brick at a time, using the Free Edition</title>
      <link>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133703#M718</link>
      <description>&lt;P&gt;Congratulations, &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;BR /&gt;Honestly, I can’t even ask you to share your insights or exam experience with the community, it comes so naturally to you that every response you provide already shares your expertise and adds value to the community.&lt;/P&gt;
&lt;P&gt;Kudos again&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":party_popper:"&gt;🎉&lt;/span&gt;!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2025 14:08:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/133703#M718</guid>
      <dc:creator>Advika</dc:creator>
      <dc:date>2025-10-03T14:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: (Episode 1: Getting Data In) - Learning Databricks one brick at a time, using the Free Edition</title>
      <link>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/137418#M761</link>
      <description>&lt;P&gt;Really interesting post&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/146924"&gt;@BS_THE_ANALYST&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Caching up with Databricks stuff again&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 15:45:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/m-p/137418#M761</guid>
      <dc:creator>Coffee77</dc:creator>
      <dc:date>2025-11-03T15:45:23Z</dc:date>
    </item>
  </channel>
</rss>

