We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
load_extension
1 parent e136775 commit 49419a7Copy full SHA for 49419a7
deepnote_toolkit/sql/duckdb_sql.py
@@ -58,7 +58,7 @@ def _get_duckdb_connection():
58
import_extension(
59
name=extension_name, force_install=True, con=_DEEPNOTE_DUCKDB_CONNECTION
60
)
61
- _DEEPNOTE_DUCKDB_CONNECTION.execute(f"LOAD '{extension_name}'")
+ _DEEPNOTE_DUCKDB_CONNECTION.load_extension(extension_name)
62
63
_set_sample_size(_DEEPNOTE_DUCKDB_CONNECTION, _DEFAULT_DUCKDB_SAMPLE_SIZE)
64
0 commit comments