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.