13 lines
265 B
SQL
13 lines
265 B
SQL
# name: test/sql/attach/attach_fsspec.test
|
|
# description: Test attach using fsspec
|
|
# group: [attach]
|
|
|
|
statement error
|
|
ATTACH 'dummy_extension:/hello.world';
|
|
----
|
|
not found
|
|
|
|
statement error
|
|
ATTACH 'file://dummy.csv'
|
|
----
|
|
IO Error: Cannot open file "file://dummy.csv" |