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
Copy file name to clipboardExpand all lines: docs/integrations/engines/duckdb.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
|`extensions`| Extension to load into duckdb. Only autoloadable extensions are supported. | list | N |
19
19
|`connector_config`| Configuration to pass into the duckdb connector. | dict | N |
20
20
|`secrets`| Configuration for authenticating external sources (e.g., S3) using DuckDB secrets. | dict | N |
21
-
|`file_systems`| Configuration for registering `fsspec` filesystems to the DuckDB connection. secrets. | dict | N |
21
+
|`filesystems`| Configuration for registering `fsspec` filesystems to the DuckDB connection. | dict | N |
22
22
23
23
#### DuckDB Catalogs Example
24
24
@@ -261,7 +261,7 @@ Refer to the official DuckDB documentation for the full list of [supported S3 se
261
261
262
262
##### File system configuration example for Microsoft Onelake
263
263
264
-
The `file_systems` accepts a list of file systems to register in the DuckDB connection. This is especially useful for Azure Storage Accounts, as it adds write support for DuckDB which is not natively supported by DuckDB (yet).
264
+
The `filesystems` accepts a list of file systems to register in the DuckDB connection. This is especially useful for Azure Storage Accounts, as it adds write support for DuckDB which is not natively supported by DuckDB (yet).
265
265
266
266
267
267
=== "YAML"
@@ -278,7 +278,7 @@ The `file_systems` accepts a list of file systems to register in the DuckDB conn
0 commit comments