@@ -84,6 +84,8 @@ examples:
8484 datascan_name : ' dataprofile-onetime'
8585 test_env_vars :
8686 project_name : ' PROJECT_NAME'
87+ ignore_read_extra :
88+ - ' execution_status.0.latest_job_end_time'
8789 - name : ' dataplex_datascan_basic_quality'
8890 primary_resource_id : ' basic_quality'
8991 vars :
@@ -110,6 +112,8 @@ examples:
110112 datascan_name : ' dataquality-onetime'
111113 test_env_vars :
112114 project_name : ' PROJECT_NAME'
115+ ignore_read_extra :
116+ - ' execution_status.0.latest_job_end_time'
113117 exclude_test : true
114118 - name : ' dataplex_datascan_basic_discovery'
115119 primary_resource_id : ' basic_discovery'
@@ -132,6 +136,8 @@ examples:
132136 test_env_vars :
133137 project_name : ' PROJECT_NAME'
134138 location : ' REGION'
139+ ignore_read_extra :
140+ - ' execution_status.0.latest_job_end_time'
135141 exclude_test : true
136142 - name : ' dataplex_datascan_documentation'
137143 primary_resource_id : ' documentation'
@@ -150,6 +156,8 @@ examples:
150156 test_env_vars :
151157 project_name : ' PROJECT_NAME'
152158 location : ' REGION'
159+ ignore_read_extra :
160+ - ' execution_status.0.latest_job_end_time'
153161 - name : ' dataplex_datascan_execution_identity_user_credential'
154162 primary_resource_id : ' identity_user_credential'
155163 vars :
@@ -166,8 +174,6 @@ examples:
166174 test_env_vars :
167175 project_name : ' PROJECT_NAME'
168176 location : ' REGION'
169- ignore_read_extra :
170- - ' execution_status.0.latest_job_end_time'
171177 external_providers : ["time"]
172178parameters :
173179 - name : ' location'
0 commit comments