Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Merge 9940e8a into d8ef9be
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-kolda committed Feb 26, 2019
2 parents d8ef9be + 9940e8a commit 9e1b02e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/SLI_quality_views.tf
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ resource "google_bigquery_table" "SLI_quality" {
WHERE
DATEDIFF(CURRENT_TIMESTAMP(), backup_entity_last_modified_time)>=3
AND last_backup_in_census.backup_table_id IS NOT NULL
AND source_partition_id != "__UNPARTITIONED__"
AND (source_table.numBytes != last_backup_in_census.backup_num_bytes
OR source_table.numRows != last_backup_in_census.backup_num_rows
OR last_backup_in_census.backup_num_bytes IS NULL)
Expand Down

0 comments on commit 9e1b02e

Please sign in to comment.