v3.0.2
What's Changed
- fix: use
exception
rather thanexc_info
to render traceback in soda-core logger's call of prophet model by @bastienboutonnet in #1462 - feat: Add
samples limit
to failed rows checks by @vijaykiran in #1464 - fix: make name optional for failed rows by @vijaykiran in #1466
- Reduce the Docker image size to acceptable levels again by @jmarien in #1465
- fix: stored row count in cloud is wrong by @vijaykiran in #1467
- fix: handle exceptions from scientific library and log them instead or letting them raise by @tituskx in #1463
- BQ expose remaining client params and auth methods by @m1n0 in #1456
- Support cli --version to output core version by @m1n0 in #1476
- Spark DF: update example api usage by @m1n0 in #1474
- Change default scan definition name by @m1n0 in #1475
- BQ: remove schema, use dataset only by @m1n0 in #1470
- feat: warn users when quotes are present in include excludes identifiers by @bastienboutonnet in #1472
- fix: use default distribution comparison method when user has not provided one by @tituskx in #1469
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1478
- Async Docker image building through Actions and dispatch by @jmarien in #1479
- SODA-944 Enable Snowflake Tokens by @vijaykiran in #1480
- Fix utc timezone handling by @m1n0 in #1481
- test: Improve profiling test for all tables and all columns by @baturayo in #1445
- Fix utc timezone handling by @m1n0 in #1488
- Set redshift host before trying to fetch credentials by @bbakersmith in #1486
- fix: change unassigned min and max variables for profiling logs by @baturayo in #1492
- Use check name in Metric checks by @m1n0 in #1489
- fix: if anomaly detection fails other check results are not sent to cloud by @baturayo in #1490
- Treat zero missing or invalid rows as zero percent by @bbakersmith in #1487
- fix: prevent empty table list from running all tables by @baturayo in #1494
- fix: profile column parsing fails when user provides illegal column spec by @baturayo in #1491
- Join check text with newlines instead of /n by @bbakersmith in #1484
- IBM db2 support by @vijaykiran in #1473
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1495
New Contributors
- @bbakersmith made their first contribution in #1486
Full Changelog: v3.0.1...v3.0.2