Fix tests using provider 4.80

This commit is contained in:
Julio Castillo 2023-09-05 11:28:12 +02:00
parent 3d4cc7164a
commit 24e591f85a
17 changed files with 70 additions and 18 deletions

View File

@ -31,6 +31,7 @@ values:
projects:
- projects/123456789000
- projects/123456789111
resource_ancestors: null
display_name: $100 budget
threshold_rules:
- spend_basis: CURRENT_SPEND

View File

@ -28,6 +28,7 @@ values:
credit_types_treatment: INCLUDE_ALL_CREDITS
custom_period: []
projects: null
resource_ancestors: null
display_name: previous period budget
threshold_rules:
- spend_basis: CURRENT_SPEND

View File

@ -44,6 +44,7 @@ values:
enable_private_path_for_google_cloud_services: null
ipv4_enabled: false
private_network: projects/xxx/global/networks/aaa
psc_config: []
require_ssl: null
maintenance_window: []
password_validation_policy: []

View File

@ -50,6 +50,7 @@ values:
enable_private_path_for_google_cloud_services: null
ipv4_enabled: true
private_network: projects/xxx/global/networks/aaa
psc_config: []
require_ssl: null
maintenance_window: []
password_validation_policy: []
@ -83,6 +84,7 @@ values:
authorized_networks: []
enable_private_path_for_google_cloud_services: null
ipv4_enabled: true
psc_config: []
private_network: projects/xxx/global/networks/aaa
require_ssl: null
maintenance_window: []

View File

@ -39,6 +39,7 @@ values:
authorized_networks: []
enable_private_path_for_google_cloud_services: null
ipv4_enabled: false
psc_config: []
require_ssl: null
maintenance_window: []
password_validation_policy: []

View File

@ -60,6 +60,7 @@ values:
scheduling:
- automatic_restart: true
instance_termination_action: null
local_ssd_recovery_timeout: []
maintenance_interval: null
max_run_duration: []
min_node_cpus: null

View File

@ -48,6 +48,7 @@ values:
scheduling:
- automatic_restart: true
instance_termination_action: null
local_ssd_recovery_timeout: []
maintenance_interval: null
max_run_duration: []
min_node_cpus: null

View File

@ -20,6 +20,7 @@ values:
- automatic_restart: false
instance_termination_action: STOP
maintenance_interval: null
local_ssd_recovery_timeout: []
max_run_duration: []
min_node_cpus: null
node_affinities: []

View File

@ -18,9 +18,12 @@ values:
resource: //bigquery.googleapis.com/projects/bigquery-public-data/datasets/austin_bikeshare/tables/bikeshare_stations
data_profile_spec: []
data_quality_spec:
- row_filter: station_id > 1000
- post_scan_actions: []
row_filter: station_id > 1000
rules:
- column: address
name: null
description: null
dimension: VALIDITY
ignore_null: null
non_null_expectation:
@ -34,6 +37,8 @@ values:
threshold: 0.99
uniqueness_expectation: []
- column: council_district
name: null
description: null
dimension: VALIDITY
ignore_null: true
non_null_expectation: []
@ -50,6 +55,8 @@ values:
threshold: 0.9
uniqueness_expectation: []
- column: council_district
name: null
description: null
dimension: VALIDITY
ignore_null: null
non_null_expectation: []
@ -66,6 +73,8 @@ values:
threshold: 0.8
uniqueness_expectation: []
- column: power_type
name: null
description: null
dimension: VALIDITY
ignore_null: false
non_null_expectation: []
@ -79,6 +88,8 @@ values:
threshold: null
uniqueness_expectation: []
- column: property_type
name: null
description: null
dimension: VALIDITY
ignore_null: false
non_null_expectation: []
@ -94,6 +105,8 @@ values:
threshold: null
uniqueness_expectation: []
- column: address
name: null
description: null
dimension: UNIQUENESS
ignore_null: null
non_null_expectation: []
@ -107,6 +120,8 @@ values:
uniqueness_expectation:
- {}
- column: number_of_docks
name: null
description: null
dimension: VALIDITY
ignore_null: null
non_null_expectation: []
@ -124,6 +139,8 @@ values:
threshold: null
uniqueness_expectation: []
- column: footprint_length
name: null
description: null
dimension: VALIDITY
ignore_null: null
non_null_expectation: []
@ -137,6 +154,8 @@ values:
threshold: null
uniqueness_expectation: []
- column: null
name: null
description: null
dimension: VALIDITY
ignore_null: null
non_null_expectation: []
@ -192,4 +211,4 @@ outputs:
data_scan_id: test-datascan
id: __missing__
name: __missing__
type: __missing__
type: __missing__

View File

@ -17,7 +17,10 @@ values:
- entity: null
resource: //bigquery.googleapis.com/projects/bigquery-public-data/datasets/austin_bikeshare/tables/bikeshare_stations
data_profile_spec:
- row_filter: null
- exclude_fields: []
include_fields: []
post_scan_actions: []
row_filter: null
sampling_percent: null
data_quality_spec: []
data_scan_id: test-datascan
@ -39,4 +42,4 @@ counts:
modules: 1
resources: 1
outputs: {}
outputs: {}

View File

@ -18,9 +18,12 @@ values:
resource: //bigquery.googleapis.com/projects/bigquery-public-data/datasets/austin_bikeshare/tables/bikeshare_stations
data_profile_spec: []
data_quality_spec:
- row_filter: station_id > 1000
- post_scan_actions: []
row_filter: station_id > 1000
rules:
- column: address
name: null
description: null
dimension: VALIDITY
ignore_null: null
non_null_expectation:
@ -34,6 +37,8 @@ values:
threshold: 0.99
uniqueness_expectation: []
- column: council_district
name: null
description: null
dimension: VALIDITY
ignore_null: true
non_null_expectation: []
@ -50,6 +55,8 @@ values:
threshold: 0.9
uniqueness_expectation: []
- column: council_district
name: null
description: null
dimension: VALIDITY
ignore_null: null
non_null_expectation: []
@ -66,6 +73,8 @@ values:
threshold: 0.8
uniqueness_expectation: []
- column: power_type
name: null
description: null
dimension: VALIDITY
ignore_null: false
non_null_expectation: []
@ -79,6 +88,8 @@ values:
threshold: null
uniqueness_expectation: []
- column: property_type
name: null
description: null
dimension: VALIDITY
ignore_null: false
non_null_expectation: []
@ -94,6 +105,8 @@ values:
threshold: null
uniqueness_expectation: []
- column: address
name: null
description: null
dimension: UNIQUENESS
ignore_null: null
non_null_expectation: []
@ -107,6 +120,8 @@ values:
uniqueness_expectation:
- {}
- column: number_of_docks
name: null
description: null
dimension: VALIDITY
ignore_null: null
non_null_expectation: []
@ -124,6 +139,8 @@ values:
threshold: null
uniqueness_expectation: []
- column: footprint_length
name: null
description: null
dimension: VALIDITY
ignore_null: null
non_null_expectation: []
@ -137,6 +154,8 @@ values:
threshold: null
uniqueness_expectation: []
- column: null
name: null
description: null
dimension: VALIDITY
ignore_null: null
non_null_expectation: []

View File

@ -17,7 +17,10 @@ values:
- entity: projects/<project_number>/locations/<locationId>/lakes/<lakeId>/zones/<zoneId>/entities/<entityId>
resource: null
data_profile_spec:
- row_filter: null
- exclude_fields: []
include_fields: []
post_scan_actions: []
row_filter: null
sampling_percent: null
data_quality_spec: []
data_scan_id: test-datascan
@ -38,4 +41,4 @@ counts:
modules: 1
resources: 1
outputs: {}
outputs: {}

View File

@ -18,7 +18,10 @@ values:
- entity: null
resource: //bigquery.googleapis.com/projects/bigquery-public-data/datasets/austin_bikeshare/tables/bikeshare_stations
data_profile_spec:
- row_filter: null
- exclude_fields: []
include_fields: []
post_scan_actions: []
row_filter: null
sampling_percent: null
data_quality_spec: []
data_scan_id: test-datascan

View File

@ -17,7 +17,10 @@ values:
- entity: null
resource: //bigquery.googleapis.com/projects/bigquery-public-data/datasets/austin_bikeshare/tables/bikeshare_stations
data_profile_spec:
- row_filter: station_id > 1000
- exclude_fields: []
include_fields: []
post_scan_actions: []
row_filter: station_id > 1000
sampling_percent: 100
data_quality_spec: []
data_scan_id: test-datascan
@ -40,4 +43,4 @@ counts:
modules: 1
resources: 1
outputs: {}
outputs: {}

View File

@ -14,10 +14,7 @@
values:
module.cluster-1.google_container_cluster.cluster:
dns_config:
- cluster_dns: CLOUD_DNS
cluster_dns_domain: gke.local
cluster_dns_scope: CLUSTER_SCOPE
dns_config: []
counts:
google_container_cluster: 1

View File

@ -18,7 +18,6 @@ values:
labels: null
name: ilb-1
network: null
prefix_length: null
project: project-id
purpose: SHARED_LOADBALANCER_VIP
region: region
@ -29,7 +28,6 @@ values:
labels: null
name: ilb-2
network: null
prefix_length: null
project: project-id
region: region
subnetwork: subnet_self_link

View File

@ -17,7 +17,6 @@ values:
address_type: INTERNAL
name: one
network: projects/xxx/global/networks/aaa
prefix_length: null
project: project-id
purpose: PRIVATE_SERVICE_CONNECT
module.addresses.google_compute_global_address.psc["two"]:
@ -25,7 +24,6 @@ values:
address_type: INTERNAL
name: two
network: projects/xxx/global/networks/aaa
prefix_length: null
project: project-id
purpose: PRIVATE_SERVICE_CONNECT