AnalysisException: [RequestId=... ErrorClass=INVALID_PARAMETER_VALUE] Missing cloud file system scheme

HasiCorp
New Contributor II

Hi community,

i get an analysis exception when executing following code in a notebook using a personal compute cluster. Seems to be an issue with permission but I am logged in with my admin account. Any help would be appreciated.

USE CATALOG catalog;
USE SCHEMA db;
 
DROP TABLE IF EXISTS CUSTOM_LOGGING;
CREATE TABLE IF NOT EXISTS CUSTOM_LOGGING
USING TEXT
OPTIONS(path '/FileStore/logs/*',header=true)

When I comment out both USE statements and Detach&re-attach the cluster and run it, I get no error.