Skip to content

Commit

Permalink
Fix formatting getting_started.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
drizk1 authored Sep 29, 2024
1 parent dbea7de commit 74989b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/examples/UserGuide/getting_started.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
# - Of note, `db_table` only support direct file paths to a table. It does not support database file paths such as `dbname.duckdb` or `dbname.sqlite`. Such files must be used with `connect` first.
# - With DuckDB and ClickHouse, if you have a folder of multiple files to read, you can use `*` read in all files matching the pattern.
# - For example, the below would read all files that end in `.csv` in the given folder.
# ```
# db_table(db, "folder/path/*.csv")
# ```
# `db_table` also supports iceberg, delta, and S3 file paths via DuckDB.
Expand Down

0 comments on commit 74989b7

Please sign in to comment.