You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/dataplex_v1.projects.locations.dataScans.html
+15
Original file line number
Diff line number
Diff line change
@@ -214,6 +214,9 @@ <h3>Method Details</h3>
214
214
"dataQualityResult": { # The output of a DataQualityScan. # Output only. The result of the data quality scan.
215
215
"dimensions": [ # A list of results at the dimension level.
216
216
{ # DataQualityDimensionResult provides a more detailed, per-dimension view of the results.
217
+
"dimension": { # A dimension captures data quality intent about a defined subset of the rules specified. # Output only. The dimension config specified in the DataQualitySpec, as is.
218
+
"name": "A String", # The dimension name a rule belongs to. Supported dimensions are "COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"
219
+
},
217
220
"passed": True or False, # Whether the dimension passed or failed.
218
221
},
219
222
],
@@ -530,6 +533,9 @@ <h3>Method Details</h3>
530
533
"dataQualityResult": { # The output of a DataQualityScan. # Output only. The result of the data quality scan.
531
534
"dimensions": [ # A list of results at the dimension level.
532
535
{ # DataQualityDimensionResult provides a more detailed, per-dimension view of the results.
536
+
"dimension": { # A dimension captures data quality intent about a defined subset of the rules specified. # Output only. The dimension config specified in the DataQualitySpec, as is.
537
+
"name": "A String", # The dimension name a rule belongs to. Supported dimensions are "COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"
538
+
},
533
539
"passed": True or False, # Whether the dimension passed or failed.
534
540
},
535
541
],
@@ -830,6 +836,9 @@ <h3>Method Details</h3>
830
836
"dataQualityResult": { # The output of a DataQualityScan. # Output only. The result of the data quality scan.
831
837
"dimensions": [ # A list of results at the dimension level.
832
838
{ # DataQualityDimensionResult provides a more detailed, per-dimension view of the results.
839
+
"dimension": { # A dimension captures data quality intent about a defined subset of the rules specified. # Output only. The dimension config specified in the DataQualitySpec, as is.
840
+
"name": "A String", # The dimension name a rule belongs to. Supported dimensions are "COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"
841
+
},
833
842
"passed": True or False, # Whether the dimension passed or failed.
834
843
},
835
844
],
@@ -1091,6 +1100,9 @@ <h3>Method Details</h3>
1091
1100
"dataQualityResult": { # The output of a DataQualityScan. # Output only. The result of the data quality scan.
1092
1101
"dimensions": [ # A list of results at the dimension level.
1093
1102
{ # DataQualityDimensionResult provides a more detailed, per-dimension view of the results.
1103
+
"dimension": { # A dimension captures data quality intent about a defined subset of the rules specified. # Output only. The dimension config specified in the DataQualitySpec, as is.
1104
+
"name": "A String", # The dimension name a rule belongs to. Supported dimensions are "COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"
1105
+
},
1094
1106
"passed": True or False, # Whether the dimension passed or failed.
1095
1107
},
1096
1108
],
@@ -1369,6 +1381,9 @@ <h3>Method Details</h3>
1369
1381
"dataQualityResult": { # The output of a DataQualityScan. # Output only. The result of the data quality scan.
1370
1382
"dimensions": [ # A list of results at the dimension level.
1371
1383
{ # DataQualityDimensionResult provides a more detailed, per-dimension view of the results.
1384
+
"dimension": { # A dimension captures data quality intent about a defined subset of the rules specified. # Output only. The dimension config specified in the DataQualitySpec, as is.
1385
+
"name": "A String", # The dimension name a rule belongs to. Supported dimensions are "COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"
1386
+
},
1372
1387
"passed": True or False, # Whether the dimension passed or failed.
Copy file name to clipboardexpand all lines: docs/dyn/dataplex_v1.projects.locations.dataScans.jobs.html
+6
Original file line number
Diff line number
Diff line change
@@ -193,6 +193,9 @@ <h3>Method Details</h3>
193
193
"dataQualityResult": { # The output of a DataQualityScan. # Output only. The result of the data quality scan.
194
194
"dimensions": [ # A list of results at the dimension level.
195
195
{ # DataQualityDimensionResult provides a more detailed, per-dimension view of the results.
196
+
"dimension": { # A dimension captures data quality intent about a defined subset of the rules specified. # Output only. The dimension config specified in the DataQualitySpec, as is.
197
+
"name": "A String", # The dimension name a rule belongs to. Supported dimensions are "COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"
198
+
},
196
199
"passed": True or False, # Whether the dimension passed or failed.
197
200
},
198
201
],
@@ -422,6 +425,9 @@ <h3>Method Details</h3>
422
425
"dataQualityResult": { # The output of a DataQualityScan. # Output only. The result of the data quality scan.
423
426
"dimensions": [ # A list of results at the dimension level.
424
427
{ # DataQualityDimensionResult provides a more detailed, per-dimension view of the results.
428
+
"dimension": { # A dimension captures data quality intent about a defined subset of the rules specified. # Output only. The dimension config specified in the DataQualitySpec, as is.
429
+
"name": "A String", # The dimension name a rule belongs to. Supported dimensions are "COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"
430
+
},
425
431
"passed": True or False, # Whether the dimension passed or failed.
"description": "The dimension name a rule belongs to. Supported dimensions are \"COMPLETENESS\", \"ACCURACY\", \"CONSISTENCY\", \"VALIDITY\", \"UNIQUENESS\", \"INTEGRITY\"",
0 commit comments