File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ message DataProfileSpec {
3333 // Optional. The BigQuery table to export DataProfileScan results to.
3434 // Format:
3535 // //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
36+ // or
37+ // projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
3638 string results_table = 1 [(google.api.field_behavior ) = OPTIONAL ];
3739 }
3840
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ message DataQualitySpec {
3838 // Optional. The BigQuery table to export DataQualityScan results to.
3939 // Format:
4040 // //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
41+ // or
42+ // projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
4143 string results_table = 1 [(google.api.field_behavior ) = OPTIONAL ];
4244 }
4345
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ title: Cloud Dataplex API
55
66apis :
77- name : google.cloud.dataplex.v1.CatalogService
8- - name : google.cloud.dataplex.v1.CmekService
98- name : google.cloud.dataplex.v1.ContentService
109- name : google.cloud.dataplex.v1.DataScanService
1110- name : google.cloud.dataplex.v1.DataTaxonomyService
@@ -186,10 +185,6 @@ authentication:
186185 oauth :
187186 canonical_scopes : |-
188187 https://www.googleapis.com/auth/cloud-platform
189- - selector : ' google.cloud.dataplex.v1.CmekService.*'
190- oauth :
191- canonical_scopes : |-
192- https://www.googleapis.com/auth/cloud-platform
193188 - selector : ' google.cloud.dataplex.v1.ContentService.*'
194189 oauth :
195190 canonical_scopes : |-
You can’t perform that action at this time.
0 commit comments