Skip to content

Commit 4e03284

Browse files
modular-magicianEdward Sun
and
Edward Sun
authored
add computed (#6939) (#13333)
Co-authored-by: Edward Sun <[email protected]> Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Edward Sun <[email protected]>
1 parent e21508e commit 4e03284

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/6939.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
bigquery: fixed a permadiff on `labels` of `google_bigquery_dataset` when it is referenced in `google_dataplex_asset`
3+
```

google/resource_bigquery_dataset.go

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ expiration time indicated by this property.`,
155155
},
156156
"labels": {
157157
Type: schema.TypeMap,
158+
Computed: true,
158159
Optional: true,
159160
Description: `The labels associated with this dataset. You can use these to
160161
organize and group your datasets`,

0 commit comments

Comments
 (0)