Is there a way to create Databricks unmanaged table that's actually Snowflake table, not some S3 or DBFS location?
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.
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.