Skip to content

Commit

Permalink
Update quackpipe.go
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jun 15, 2024
1 parent 989b737 commit 2e1fe3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quackpipe.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func quack(query string, stdin bool, format string, params string, hashdb string
defer db.Close()

if !stdin {
check(db.Exec("LOAD httpfs; LOAD json; LOAD parquet;"))
check(db.Exec("SET autoinstall_known_extensions=1;"))
check(db.Exec("SET autoload_known_extensions=1;"))
}
Expand Down

0 comments on commit 2e1fe3e

Please sign in to comment.