Skip to content

v0.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Aug 02:24
· 65 commits to main since this release

TidierDB v0.3.2

Diff since v0.3.1

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"])
  • connect() support for MS SQL
  • show_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:

Closed issues:

  • Clarify docs and maybe refine example for larger than mem with duckdb (#51)