v0.3.2
TidierDB v0.3.2
Adds
@head
for limiting number of collected rows- support for reading URLS in
db_table
with ClickHouse - support for reading from multiple files at once as a vector of urls in
db_table
when using ClickHouse- ie
db_table(db, ["url1", "url2"])
- ie
connect()
support for MS SQLshow_tables
for most backends to view existing tables on connection
Bug Fixes
- Bugfix:
@count
updates metadata - Bugfix:
update_con
can be part of chain (useful for expiring Snowflake tokens) - Bugfix to allow CrateDB and RisingWave backends via LibPQ
Docs
- Docs comparing TidierDB to Ibis
- Docs around using
*
for reading in multiple files from folder - Docs for
db_table
- Docs for previewing or saving intermediate tables in ongoing
@chain
Merged pull requests:
- add larger than ram ex (#50) (@drizk1)
- Add head aka limit (#52) (@drizk1)
- allows url and vectors of paths for CH (#53) (@drizk1)
- Improve ch (#54) (@drizk1)
- adds ibis comparison docs, fixes
update_con
so that it can be chained (#55) (@drizk1) - Add show tables (#56) (@drizk1)
Closed issues:
- Clarify docs and maybe refine example for larger than mem with duckdb (#51)