<?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 Access S3 Tables from Databricks in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/access-s3-tables-from-databricks/m-p/118585#M9983</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I was looking for how to access S3 Tables from Databricks, I came across this AWS blog post: &lt;A href="https://aws.amazon.com/blogs/big-data/access-amazon-s3-iceberg-tables-from-databricks-using-aws-glue-iceberg-rest-catalog-in-amazon-sagemaker-lakehouse/" target="_blank"&gt;https://aws.amazon.com/blogs/big-data/access-amazon-s3-iceberg-tables-from-databricks-using-aws-glue-iceberg-rest-catalog-in-amazon-sagemaker-lakehouse/&lt;/A&gt;. While it's not quite S3 Tables mentioned in the blog post (just Iceberg tables that happen to be stored in S3), the post shows a way to do it using Spark in a Databricks cluster. Does that also work for S3 Tables? Are there other ways than using Spark to access S3 Tables from Databricks?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 May 2025 20:06:32 GMT</pubDate>
    <dc:creator>CT123456</dc:creator>
    <dc:date>2025-05-08T20:06:32Z</dc:date>
    <item>
      <title>Access S3 Tables from Databricks</title>
      <link>https://community.databricks.com/t5/get-started-discussions/access-s3-tables-from-databricks/m-p/118585#M9983</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I was looking for how to access S3 Tables from Databricks, I came across this AWS blog post: &lt;A href="https://aws.amazon.com/blogs/big-data/access-amazon-s3-iceberg-tables-from-databricks-using-aws-glue-iceberg-rest-catalog-in-amazon-sagemaker-lakehouse/" target="_blank"&gt;https://aws.amazon.com/blogs/big-data/access-amazon-s3-iceberg-tables-from-databricks-using-aws-glue-iceberg-rest-catalog-in-amazon-sagemaker-lakehouse/&lt;/A&gt;. While it's not quite S3 Tables mentioned in the blog post (just Iceberg tables that happen to be stored in S3), the post shows a way to do it using Spark in a Databricks cluster. Does that also work for S3 Tables? Are there other ways than using Spark to access S3 Tables from Databricks?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 20:06:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/access-s3-tables-from-databricks/m-p/118585#M9983</guid>
      <dc:creator>CT123456</dc:creator>
      <dc:date>2025-05-08T20:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Access S3 Tables from Databricks</title>
      <link>https://community.databricks.com/t5/get-started-discussions/access-s3-tables-from-databricks/m-p/118589#M9984</link>
      <description>&lt;P&gt;In Databricks, you can access Iceberg tables stored in S3 using Spark, as shown in the blog. However, Databricks doesn’t currently support AWS S3 Tables directly (S3 being serverless feature from AWS). The best way is to store data in Iceberg format, register it in AWS Glue, and access it via Spark in Databricks. Other non-Spark methods aren’t supported yet on Databricks for this use case.&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 22:56:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/access-s3-tables-from-databricks/m-p/118589#M9984</guid>
      <dc:creator>ashishmor</dc:creator>
      <dc:date>2025-05-08T22:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Access S3 Tables from Databricks</title>
      <link>https://community.databricks.com/t5/get-started-discussions/access-s3-tables-from-databricks/m-p/118616#M9985</link>
      <description>&lt;P&gt;Thanks. Any idea whether/when Databricks will support more direct, native support for accessing S3 Tables, like what Snowflake does:&amp;nbsp;&lt;A href="https://aws.amazon.com/blogs/storage/connect-snowflake-to-s3-tables-using-the-sagemaker-lakehouse-iceberg-rest-endpoint/?" target="_blank"&gt;https://aws.amazon.com/blogs/storage/connect-snowflake-to-s3-tables-using-the-sagemaker-lakehouse-iceberg-rest-endpoint/?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2025 02:53:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/access-s3-tables-from-databricks/m-p/118616#M9985</guid>
      <dc:creator>CT123456</dc:creator>
      <dc:date>2025-05-09T02:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Access S3 Tables from Databricks</title>
      <link>https://community.databricks.com/t5/get-started-discussions/access-s3-tables-from-databricks/m-p/118629#M9986</link>
      <description>&lt;P&gt;Not sure if it Databricks is supporting same way as snowflake but this is what I found (&lt;A href="https://docs.databricks.com/aws/en/connect/storage/amazon-s3" target="_blank"&gt;https://docs.databricks.com/aws/en/connect/storage/amazon-s3&lt;/A&gt;) This was updated in February 2025. Hope It helps.&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2025 03:52:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/access-s3-tables-from-databricks/m-p/118629#M9986</guid>
      <dc:creator>ashishmor</dc:creator>
      <dc:date>2025-05-09T03:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Access S3 Tables from Databricks</title>
      <link>https://community.databricks.com/t5/get-started-discussions/access-s3-tables-from-databricks/m-p/131068#M10655</link>
      <description>&lt;P&gt;The link is not really helpful&lt;/P&gt;</description>
      <pubDate>Sat, 06 Sep 2025 01:38:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/access-s3-tables-from-databricks/m-p/131068#M10655</guid>
      <dc:creator>zhouhaijia</dc:creator>
      <dc:date>2025-09-06T01:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Access S3 Tables from Databricks</title>
      <link>https://community.databricks.com/t5/get-started-discussions/access-s3-tables-from-databricks/m-p/131077#M10657</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/19515"&gt;@zhouhaijia&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Are you trying to access S3? What are you looking to solve in particular?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;All the best,&lt;BR /&gt;BS&lt;/P&gt;</description>
      <pubDate>Sat, 06 Sep 2025 08:35:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/access-s3-tables-from-databricks/m-p/131077#M10657</guid>
      <dc:creator>BS_THE_ANALYST</dc:creator>
      <dc:date>2025-09-06T08:35:51Z</dc:date>
    </item>
  </channel>
</rss>

