Skip to content

Releases: GoogleCloudPlatform/professional-services-data-validator

professional-services-data-validator v1.4.0

06 Oct 00:43
f031c61

Choose a tag to compare

Features

  • add state manager client (#311) (e893ea5)
  • Allow user to specify a format for stdout (#242) (#293) (f0a9fa1)
  • Allow user to specify a format for stdout T2 (#242) (#296) (ec1af22)
  • cast aggregates (#306) (e3da4c3)
  • Issue262 impala connect (#281) (eaa052f)
  • logic to deploy dvt on Cloud Run (#280) (9076286)
  • promote 3.9 to main version (as it is in Cloudtops now for local testing) and add a small unit test for persoanl use (#292) (eb0f21a)
  • Refactor CLI to fit Command Pattern (#303) (f6d2b9d)
  • Updated Cloud Functions sample (#297) (923413d)

Bug Fixes

  • updated code so that BQ target schema would not set to None for FileSystem to BQ validations (#309) (5016d65)

professional-services-data-validator v1.3.2

29 Jun 16:18
b9e4cb1

Choose a tag to compare

Documentation

professional-services-data-validator v1.3.1

28 Jun 22:26
63b47a4

Choose a tag to compare

Documentation

professional-services-data-validator v1.3.0

28 Jun 18:04
52a366c

Choose a tag to compare

Features

  • add table matching score as a param incase adjusted is needed (#267) (b02aed5)
  • CI/CD Release to PyPi via Cloud Build (#258) (0870fc7)

Bug Fixes

  • correct issues blocking impala and hive (#266) (5110d1f)

professional-services-data-validator v1.2.0

08 Jun 18:16
db9c63a

Choose a tag to compare

Features

Bug Fixes

Support for BigQuery BigNumeric

19 Mar 18:28
3042245

Choose a tag to compare

The PR adds support for BigQuery BigNumeric

Upgrade Ibis and Improve Teradata Client

01 Mar 18:28
573b406

Choose a tag to compare

1.1.5

  • Add support for running raw queries against a connection
  • Upgraded Ibis to v1.4 with large client organizational and design changes
  • Added support for "use_no_lock_tables" Teradata config to optionally avoid
    table locking

1.1.4

  • Added an options to add key:value labels to validation runs
  • Oracle and SQL Alchemy now support RawSql filters
  • Add support for Cloud Functions in samples
  • Added schema information to result set

1.1.3

  • Release find-tables logic too help build table lists
  • Teradata client improvements
  • Remove rarely used dependencies into extras

1.1.2 Improved Query Builds

17 Nov 20:25
edf077e

Choose a tag to compare

  • Teradata numeric column and general bug fixes
  • Fix Ibis query compilation order causing cross join
  • Bug fixes to support case insensitivity
  • Allow null values to be handled in grouped columns
  • Oracle client improvements

1.1.0 New Data Sources and Row Validations

21 Oct 18:36
3a6c731

Choose a tag to compare

The 1.1.0 release adds several bug fixes, new data sources, and support for row validations.

  • Bug Fixes to ensure clean YAML config when using SQL Alchemy sources
  • Add data source support for Oracle, SQL Server, Postgres, and Raw Files locally or in GCS
  • Validation type Row allows for primary keys to be submitted and row level details for validations

Alpha Release

06 Oct 22:11
0c28326

Choose a tag to compare

The Alpha contains CLI support for data validation.

Supported Forms of Validation

  • Full table aggregates w/ custom sql filters
  • Grouped column aggregates w/ custom sql filters