<?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>Summit 2024 topics</title>
    <link>https://community.databricks.com/t5/summit-2024/bd-p/Summit-2024</link>
    <description>Summit 2024 topics</description>
    <pubDate>Wed, 12 Aug 2026 20:43:08 GMT</pubDate>
    <dc:creator>Summit-2024</dc:creator>
    <dc:date>2026-08-12T20:43:08Z</dc:date>
    <item>
      <title>Databricks Observability</title>
      <link>https://community.databricks.com/t5/summit-2024/databricks-observability/m-p/79196#M615</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I learned about databricks observability platform during Data+AI summit 2024. There was also a session around it&amp;nbsp;&lt;A href="https://www.databricks.com/dataaisummit/session/simplifying-lakehouse-observability-databricks-key-design-goals-and" target="_blank"&gt;https://www.databricks.com/dataaisummit/session/simplifying-lakehouse-observability-databricks-key-design-goals-and&lt;/A&gt;. However, I am not able to find any documentation around it or list of comprehensive metrics which this platform is supposed to capture. Can someone point me in the right direction to gather this information?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ashay&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 08:53:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/summit-2024/databricks-observability/m-p/79196#M615</guid>
      <dc:creator>Ashay</dc:creator>
      <dc:date>2024-07-18T08:53:49Z</dc:date>
    </item>
    <item>
      <title>Pre-install Python Libraries in volume and add to sys.path not working.</title>
      <link>https://community.databricks.com/t5/summit-2024/pre-install-python-libraries-in-volume-and-add-to-sys-path-not/m-p/77155#M594</link>
      <description>&lt;P&gt;I saw the session on pre-installing the libraries..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.databricks.com/dataaisummit/session/goodbye-cluster-wait-time-hello-lightning-fast-rpy-library-loads" target="_blank" rel="noopener"&gt;--https://www.databricks.com/dataaisummit/session/goodbye-cluster-wait-time-hello-lightning-fast-rpy-library-loads&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I implemented the steps to create a python file in "&lt;SPAN&gt;&lt;SPAN class=""&gt;root/.ipython/profile_default/startup/" and that is executing fine and adding the path in sys.path.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But still import fails on libraries.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I do append in sys.path specifically in notebook that works. Can someone help me out in resolving this issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 13:57:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/summit-2024/pre-install-python-libraries-in-volume-and-add-to-sys-path-not/m-p/77155#M594</guid>
      <dc:creator>Ranjeet1981</dc:creator>
      <dc:date>2024-07-08T13:57:47Z</dc:date>
    </item>
    <item>
      <title>Creating table in Unity Catalog with file scheme dbfs is not supported.</title>
      <link>https://community.databricks.com/t5/summit-2024/creating-table-in-unity-catalog-with-file-scheme-dbfs-is-not/m-p/76526#M586</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Creating table in Unity Catalog with file scheme dbfs is not supported.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Instead, please create a federated data source connection using the CREATE CONNECTION command for the same table provider, then create a catalog based on the connection with a CREATE FOREIGN CATALOG command to reference the tables therein. I am getting this error . I am trying to create a table in Databricks workspace. I don't know How to create a connection for data which is residing in delta lake(s3) . Anyone can give me a code to create a connection and foreign catalog in databricks notebook .Here is my code.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;staging_table_path&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"dbfs:/user/hive/warehouse/staging_order_tracking"&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;SPAN&gt;f&lt;/SPAN&gt;&lt;SPAN&gt;"&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; staging_order_tracking &lt;/SPAN&gt;&lt;SPAN&gt;using&lt;/SPAN&gt;&lt;SPAN&gt; delta &lt;/SPAN&gt;&lt;SPAN&gt;location&lt;/SPAN&gt; &lt;SPAN&gt;'{staging_table_path}'"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 14:56:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/summit-2024/creating-table-in-unity-catalog-with-file-scheme-dbfs-is-not/m-p/76526#M586</guid>
      <dc:creator>shiva123</dc:creator>
      <dc:date>2024-07-02T14:56:58Z</dc:date>
    </item>
    <item>
      <title>Anyone @ data summit</title>
      <link>https://community.databricks.com/t5/summit-2024/anyone-data-summit/m-p/72373#M557</link>
      <description>&lt;P&gt;Anyone new to databricks community love to connect&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 17:46:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/summit-2024/anyone-data-summit/m-p/72373#M557</guid>
      <dc:creator>NagaV</dc:creator>
      <dc:date>2024-06-11T17:46:55Z</dc:date>
    </item>
    <item>
      <title>Day 4 Recap: Wrapping Up an Incredible Week</title>
      <link>https://community.databricks.com/t5/summit-2024/day-4-recap-wrapping-up-an-incredible-week/m-p/73999#M516</link>
      <description>&lt;DIV style="background-color: #f0f0f0; padding: 20px; border-radius: 10px;"&gt;
&lt;DIV style="background-color: #f04e3d; color: #fff; padding: 20px; border-top-left-radius: 10px; border-top-right-radius: 10px; text-align: center; font-size: 24px; font-weight: bold;"&gt;Greetings, Data &lt;SPAN&gt;Innovators&lt;/SPAN&gt;!&lt;/DIV&gt;
&lt;DIV style="padding: 20px; font-size: 16px; line-height: 1.6;"&gt;
&lt;P&gt;&lt;SPAN&gt;The final day of the Data + AI Summit featured inspiring keynotes on the latest advancements in the Data Intelligence Platform. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Attendees continued to explore a wide range of breakout sessions and the dynamic expo. Certification exams wrapped up, marking the end of an incredible week of learning and networking. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Our community booth remained a vibrant hub of activity and engagement. Check out the final day's photos capturing the camaraderie and knowledge shared throughout the summit!&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV style="display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; margin-top: 20px;"&gt;
&lt;DIV style="flex: 1 1 calc(50% - 20px); height: 300px; margin: 10px; padding: 10px; border: 4px solid #f04e3d; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); border-radius: 5px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; overflow: hidden;"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2024-06-14 at 2.29.53 PM.png" style="width: 759px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/8600i11C6A8F1CCBA0C7F/image-dimensions/759x433?v=v2" width="759" height="433" role="button" title="Screenshot 2024-06-14 at 2.29.53 PM.png" alt="Screenshot 2024-06-14 at 2.29.53 PM.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;DIV style="flex: 1 1 calc(50% - 20px); height: 300px; margin: 10px; padding: 10px; border: 4px solid #f04e3d; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); border-radius: 5px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; overflow: hidden;"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_8134.jpg" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/8603i21456B73F5277337/image-size/large?v=v2&amp;amp;px=999" role="button" title="IMG_8134.jpg" alt="IMG_8134.jpg" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;DIV style="flex: 1 1 calc(50% - 20px); height: 300px; margin: 10px; padding: 10px; border: 4px solid #f04e3d; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); border-radius: 5px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; overflow: hidden;"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG20240613115303.jpg" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/8604i4A90D2DC41DEB50C/image-size/large?v=v2&amp;amp;px=999" role="button" title="IMG20240613115303.jpg" alt="IMG20240613115303.jpg" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;DIV style="flex: 1 1 calc(50% - 20px); height: 300px; margin: 10px; padding: 10px; border: 4px solid #f04e3d; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); border-radius: 5px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; overflow: hidden;"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="IMG20240613114855 (2).jpg" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/8605i2848401A0EF9D1A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="IMG20240613114855 (2).jpg" alt="IMG20240613114855 (2).jpg" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Jun 2024 09:16:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/summit-2024/day-4-recap-wrapping-up-an-incredible-week/m-p/73999#M516</guid>
      <dc:creator>RishabhTiwari07</dc:creator>
      <dc:date>2024-06-14T09:16:23Z</dc:date>
    </item>
    <item>
      <title>Frist time and areas anxious for the next</title>
      <link>https://community.databricks.com/t5/summit-2024/frist-time-and-areas-anxious-for-the-next/m-p/73957#M513</link>
      <description>&lt;P&gt;Summit 2014&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 23:01:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/summit-2024/frist-time-and-areas-anxious-for-the-next/m-p/73957#M513</guid>
      <dc:creator>thiagoraugusto</dc:creator>
      <dc:date>2024-06-13T23:01:49Z</dc:date>
    </item>
    <item>
      <title>Great Summit!!!</title>
      <link>https://community.databricks.com/t5/summit-2024/great-summit/m-p/73954#M512</link>
      <description>&lt;P&gt;This was my second year at the summit, it's crazy how much it's grown!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 22:28:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/summit-2024/great-summit/m-p/73954#M512</guid>
      <dc:creator>dsugs</dc:creator>
      <dc:date>2024-06-13T22:28:36Z</dc:date>
    </item>
    <item>
      <title>Unity Catalog is great</title>
      <link>https://community.databricks.com/t5/summit-2024/unity-catalog-is-great/m-p/73948#M511</link>
      <description>&lt;P&gt;Pretty innovative and game changer&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 21:37:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/summit-2024/unity-catalog-is-great/m-p/73948#M511</guid>
      <dc:creator>Maisamwasti</dc:creator>
      <dc:date>2024-06-13T21:37:16Z</dc:date>
    </item>
    <item>
      <title>DataBrick AI Summit</title>
      <link>https://community.databricks.com/t5/summit-2024/databrick-ai-summit/m-p/73944#M510</link>
      <description>&lt;P&gt;I have attended Databricks summit 2024. its really good&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 21:07:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/summit-2024/databrick-ai-summit/m-p/73944#M510</guid>
      <dc:creator>lakshmimaddela</dc:creator>
      <dc:date>2024-06-13T21:07:52Z</dc:date>
    </item>
    <item>
      <title>Dais summit post</title>
      <link>https://community.databricks.com/t5/summit-2024/dais-summit-post/m-p/73943#M509</link>
      <description>&lt;P&gt;Summit is great&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 21:06:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/summit-2024/dais-summit-post/m-p/73943#M509</guid>
      <dc:creator>NoahSwanson</dc:creator>
      <dc:date>2024-06-13T21:06:03Z</dc:date>
    </item>
    <item>
      <title>DAIS</title>
      <link>https://community.databricks.com/t5/summit-2024/dais/m-p/73933#M506</link>
      <description>&lt;P&gt;Great learning from brickstets and partners&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 20:49:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/summit-2024/dais/m-p/73933#M506</guid>
      <dc:creator>Anand14</dc:creator>
      <dc:date>2024-06-13T20:49:37Z</dc:date>
    </item>
    <item>
      <title>Databricks summit</title>
      <link>https://community.databricks.com/t5/summit-2024/databricks-summit/m-p/73930#M505</link>
      <description>&lt;P&gt;Been loving the summit! Would love to learn more about how to use Databricks more effectively as well as how to optimize queries!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 20:45:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/summit-2024/databricks-summit/m-p/73930#M505</guid>
      <dc:creator>blee255panda</dc:creator>
      <dc:date>2024-06-13T20:45:19Z</dc:date>
    </item>
    <item>
      <title>Lakeflow</title>
      <link>https://community.databricks.com/t5/summit-2024/lakeflow/m-p/73924#M504</link>
      <description>&lt;P&gt;Can anyone share more about lakeflow ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 20:38:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/summit-2024/lakeflow/m-p/73924#M504</guid>
      <dc:creator>marshmallowcat</dc:creator>
      <dc:date>2024-06-13T20:38:58Z</dc:date>
    </item>
    <item>
      <title>Can someone share experience around Databricks SQL</title>
      <link>https://community.databricks.com/t5/summit-2024/can-someone-share-experience-around-databricks-sql/m-p/73923#M503</link>
      <description>&lt;P&gt;New to databricksSQL and looking for some experience&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 20:37:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/summit-2024/can-someone-share-experience-around-databricks-sql/m-p/73923#M503</guid>
      <dc:creator>ankitak</dc:creator>
      <dc:date>2024-06-13T20:37:27Z</dc:date>
    </item>
    <item>
      <title>Data + AI Summit</title>
      <link>https://community.databricks.com/t5/summit-2024/data-ai-summit/m-p/73920#M502</link>
      <description>&lt;P&gt;Fantastic summit! Even snapped a pic with the CEO! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 20:34:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/summit-2024/data-ai-summit/m-p/73920#M502</guid>
      <dc:creator>Samsadi</dc:creator>
      <dc:date>2024-06-13T20:34:05Z</dc:date>
    </item>
    <item>
      <title>Expo</title>
      <link>https://community.databricks.com/t5/summit-2024/expo/m-p/73913#M501</link>
      <description>&lt;P&gt;Conference is getting better every year! (:&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 20:25:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/summit-2024/expo/m-p/73913#M501</guid>
      <dc:creator>JoeK</dc:creator>
      <dc:date>2024-06-13T20:25:54Z</dc:date>
    </item>
    <item>
      <title>How do you integrate Mosaic AI Evaluation Agent with an Azure OpenAI deployed model?</title>
      <link>https://community.databricks.com/t5/summit-2024/how-do-you-integrate-mosaic-ai-evaluation-agent-with-an-azure/m-p/73908#M500</link>
      <description>&lt;P&gt;How do you integrate Mosaic AI Evaluation Agent with an Azure OpenAI deployed model?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 20:24:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/summit-2024/how-do-you-integrate-mosaic-ai-evaluation-agent-with-an-azure/m-p/73908#M500</guid>
      <dc:creator>dedj87</dc:creator>
      <dc:date>2024-06-13T20:24:05Z</dc:date>
    </item>
    <item>
      <title>Here at summit at sf</title>
      <link>https://community.databricks.com/t5/summit-2024/here-at-summit-at-sf/m-p/73906#M499</link>
      <description>&lt;P&gt;#databricks ai summit has been awesome!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 20:20:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/summit-2024/here-at-summit-at-sf/m-p/73906#M499</guid>
      <dc:creator>Drxiao</dc:creator>
      <dc:date>2024-06-13T20:20:47Z</dc:date>
    </item>
    <item>
      <title>Excellent time at Data + AI Summit</title>
      <link>https://community.databricks.com/t5/summit-2024/excellent-time-at-data-ai-summit/m-p/73895#M498</link>
      <description>&lt;P&gt;Really enjoyed my second experience here. I liked the larger, more open expo floor compared to last year.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;anyone else enjoys any other changes?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 20:11:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/summit-2024/excellent-time-at-data-ai-summit/m-p/73895#M498</guid>
      <dc:creator>mt_reigelman</dc:creator>
      <dc:date>2024-06-13T20:11:40Z</dc:date>
    </item>
    <item>
      <title>Summit 2024</title>
      <link>https://community.databricks.com/t5/summit-2024/summit-2024/m-p/73888#M497</link>
      <description>&lt;P&gt;Im at D&amp;amp;A Summit! Enjoying great time!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 20:03:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/summit-2024/summit-2024/m-p/73888#M497</guid>
      <dc:creator>Vukola91</dc:creator>
      <dc:date>2024-06-13T20:03:26Z</dc:date>
    </item>
  </channel>
</rss>

