should be it
This commit is contained in:
13
external/duckdb/test/sql/attach/attach_fsspec.test
vendored
Normal file
13
external/duckdb/test/sql/attach/attach_fsspec.test
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user