Is there a way to create Databricks unmanaged table that's actually Snowflake table, not some S3 or DBFS location?
From documentation is rather vague is this possible: "You can create an unmanaged table with your data in data sources such as Cassandra, JDBC table, and so on. See Data sources for more information about the data sources supported by Databricks. Some common ways of creating an unmanaged table are:"
I have data stored both on S3 and Snowflake and want to be able to query both locations with Databricks. The challenge with Snowflake table is that you have to import secrets, create options, and load data into dataframe. A better solution would be to do that only once and then just access the table as databricks unmanaged table.