Skip to content

Releases: GoogleCloudPlatform/cloud-data-quality

v1.0.8

05 Jun 07:45
0456f41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7

17 Apr 04:23
fae420e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

31 Mar 18:43
b2d7f70
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

08 Feb 19:37
1a5717d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

07 Feb 20:02
4d0888c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

17 Jan 18:52
2539d80
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

10 Oct 10:02
8a9083f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

18 Aug 08:50
c378692
Compare
Choose a tag to compare

This release includes the following changes:

  1. Added the new feature which adds failed_records_query field to the dq_summary and target table . The query will give the records from source table that failed the data quality check.
  2. Added the feature to specify reference_columns in input configs and include them from source table to failed_records_query in dq_summary and target table. This will help in getting the required information from source table by joining it on referenced columns. The reference columns will mostly include unique identifier fields from source table.
  3. Bug-Fixes for incremental data validation.

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

05 May 10:41
e859d87
Compare
Choose a tag to compare

We're happy to announce that Cloud Data Quality (CloudDQ) project has reached the stable v1.0.0 version. This release includes the following changes:

  1. Officially deprecating support for CLI flags --dbt_path and --dbt_profiles_dir. Please migrate to using CLI flags --gcp_project_id, --gcp_bq_dataset_id, --gcp_service_account_key_path (if using exported SA keys), --gcp_impersonation_credentials (if using SA impersonation) instead. If you are still using --dbt_path and --dbt_profiles_dir, existing pipelines will break and you are advised to migrate to using the native connection configurations flags described above as soon as possible.
  2. Officially graduating CLI flags --enable_experimental_dataplex_gcs_validation and --enable_experimental_bigquery_entity_uris from experimental status. These flags respectively allow validation of Dataplex GCS Assets via BigQuery External Tables and referencing BigQuery tables directly via entity_uri, without needing to first register them as Dataplex Assets. If used, the experimental flags will not throw an error, however they are redundant and can be removed as their behaviors are now enabled by default.
  3. Officially making CLI flag --target_bigquery_summary_table a required argument. Users are recommended to only consume Data Quality summary results from the target table of their choice instead of relying on the dq_summary table or any intermediate data stored in the BigQuery dataset specified in --gcp_bq_dataset_id. The --target_bigquery_summary_table cannot be the same table as the dq_summary table automatically created in the BigQuery dataset specified in --gcp_bq_dataset_id.
  4. Exposes new CLI flag --num_threads for tuning performance. This flag allows increasing number of concurrent BigQuery jobs for calculating data quality summary data.
  5. Exposes new CLI flag --intermediate_table_expiration_hours for tuning storage expiration for intermediate entity-level data quality summary calculations data.
  6. bug-fixes for allowing more BigQuery data types such as GEOGRAPHY and RECORD when using Dataplex and BigQuery entity_uri.
  7. bug-fixes for allowing case-insensitive entity-ids.
  8. bug-fixes for improving error messages from parsing invalid YAML configurations.

What's Changed

Full Changelog: v0.5.3...v1.0.0

v0.5.3

05 Apr 12:35
50fb4f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3