@GC_Seattle Can you check if the authentication token is expired and do you have enough permission?https://kb.databricks.com/en_US/dev-tools/python-sdk-endpoint-not-found-error-when-trying-to-use-accountclient
@aiohi yes you should be able to access the files available. https://www.databricks.com/blog/anthropic-claude-37-sonnet-now-natively-available-databricks
https://support.claude.com/en/articles/12430928-using-databricks-for-data-analysis
Docs for your...
@Danish11052000 The issue can happen when the warehouse created is very old (let's say last year), then you may not see the details in system table. If they were deleted before the table was created, you'll not see it.
@Dhruv-22 Regarding your 1st question, I'm not sureYou can refer to https://docs.databricks.com/aws/en/sql/language-manual/parameters/ansi_mode#system-default to understand what happens when ansi mode is disabled
@Dhruv-22 The difference is because of ANSI mode is enabled by default in Serverless where-as in classic compute it's disabled.Enabling ANSI mode is a recommended for data correctness.More details: https://kb.databricks.com/en_US/dbsql/databricks-sql...