Skip to content

Commit

Permalink
duckdbvfs: Add httpfs test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Sep 19, 2023
1 parent 15c2b77 commit 04877aa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test/sql/scanner/httpfs.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# name: test/sql/scanner/httpfs.test
# description: test database over https
# group: [sqlite_scanner]

require sqlite_scanner

require httpfs

statement ok
FROM sqlite_scan('https://raw.githubusercontent.com/duckdblabs/sqlite_scanner/main/data/db/sakila.db', 'film');

statement ok
CALL sqlite_attach('https://raw.githubusercontent.com/duckdblabs/sqlite_scanner/main/data/db/count.db');

0 comments on commit 04877aa

Please sign in to comment.