Not sure if it Databricks is supporting same way as snowflake but this is what I found (https://docs.databricks.com/aws/en/connect/storage/amazon-s3) This was updated in February 2025. Hope It helps.
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,...