Overview
- Added support for 3-part identifiers in BigQuery and Snowflake (can now joindiff across different projects)
- Added 'where' argument to Python API
- Swapped sqeleton implementation to the external library
- Added support for redshift external tables
- Small bugfixes
What's Changed
- Small refactor in main and tests; Better test coverage for CLI by @erezsh in #338
- support 3 part identifer for snowflake by @dlawin in #335
- Fix BigQuery code; Upgrade dependencies to latest versions. by @erezsh in #339
- add usage type tracking by @kylemcnair in #346
- Adjustments to PR #341 by @erezsh in #345
- Add redshift external tables by @danieldiamond in #341
- Adjustment to PR #348 by @erezsh in #350
- allow joindiff across bigquery projects by @segv in #348
- CI: Added testing for Redshift by @erezsh in #347
- Add 'where' argument to Python API by @leoebfolsom in #342
- Swap sqeleton implementation to the external library by @erezsh in #352
- Fix typos by @kianmeng in #353
- Bump Sqeleton version to 0.0.5 by @erezsh in #367
- Bugfix: Add brackets around WHERE clause by @erezsh in #369
New Contributors
- @danieldiamond made their first contribution in #341
- @segv made their first contribution in #348
- @kianmeng made their first contribution in #353
Full Changelog: v0.3.1...v0.3.2