Skip to content

v0.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Oct 16:07
· 120 commits to refs/heads/main since this release
02f5ede

✨ New Features

  • Add experimental CLI sync command (#417)
  • Add support for Snowflake's travel time feature (#414) - Thanks, @yohannj!

🐛 Fixes

  • Skip latest sqlalchemy release, resolving conflict with duckdb_engine (#429) - Thanks, @guenp!

⚙️ Under the Hood

  • Code cleanup: Remove imports only used in TYPE_CHECKING clauses (#421) - Thanks, @jx2lee!