You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get duckdb working with Superset to read an Iceberg table.
I imagine I will need to load https and iceberg extensions to do so, however when I put the following in connection_args
ERROR: (builtins.NoneType) None
[SQL: (duckdb.duckdb.IOException) IO Error: Can't find the home directory at ''
Specify a home directory using the SET home_directory='/path/to/dir' option.
ERROR: (builtins.NoneType) None
[SQL: (duckdb.duckdb.InvalidInputException) Invalid Input Error: Could not set option "home_directory" as a global option
Is there a way to set a local configuration option?
The text was updated successfully, but these errors were encountered:
I'm trying to get duckdb working with Superset to read an Iceberg table.
I imagine I will need to load https and iceberg extensions to do so, however when I put the following in connection_args
I get the following error:
I've tried
but then I get
Is there a way to set a local configuration option?
The text was updated successfully, but these errors were encountered: