|
5271 | 5271 | } |
5272 | 5272 | } |
5273 | 5273 | }, |
5274 | | - "revision": "20240410", |
| 5274 | + "revision": "20240419", |
5275 | 5275 | "rootUrl": "https://dataplex.googleapis.com/", |
5276 | 5276 | "schemas": { |
5277 | 5277 | "Empty": { |
|
7091 | 7091 | "description": "Information about the result of a data quality rule for data quality scan. The monitored resource is 'DataScan'.", |
7092 | 7092 | "id": "GoogleCloudDataplexV1DataQualityScanRuleResult", |
7093 | 7093 | "properties": { |
| 7094 | + "assertionRowCount": { |
| 7095 | + "description": "The number of rows returned by the sql statement in the SqlAssertion rule. This field is only valid for SqlAssertion rules.", |
| 7096 | + "format": "int64", |
| 7097 | + "type": "string" |
| 7098 | + }, |
7094 | 7099 | "column": { |
7095 | 7100 | "description": "The column which this rule is evaluated against.", |
7096 | 7101 | "type": "string" |
|
7165 | 7170 | "SET_EXPECTATION", |
7166 | 7171 | "STATISTIC_RANGE_EXPECTATION", |
7167 | 7172 | "TABLE_CONDITION_EXPECTATION", |
7168 | | - "UNIQUENESS_EXPECTATION" |
| 7173 | + "UNIQUENESS_EXPECTATION", |
| 7174 | + "SQL_ASSERTION" |
7169 | 7175 | ], |
7170 | 7176 | "enumDescriptions": [ |
7171 | 7177 | "An unspecified rule type.", |
|
7176 | 7182 | "Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#setexpectation.", |
7177 | 7183 | "Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#statisticrangeexpectation.", |
7178 | 7184 | "Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#tableconditionexpectation.", |
7179 | | - "Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#uniquenessexpectation." |
| 7185 | + "Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#uniquenessexpectation.", |
| 7186 | + "Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#sqlAssertion." |
7180 | 7187 | ], |
7181 | 7188 | "type": "string" |
7182 | 7189 | }, |
|
0 commit comments