https://pulumi.com logo
#google-cloud
Title
# google-cloud
b

blue-leather-96987

06/18/2022, 10:18 PM
Has anyoen faced the following issue when dealing with bigquery?
Copy code
bigquery.DatasetAccessArray does not implement bigquery.DatasetAccessTypeArrayInput (missing method ToDatasetAccessTypeArrayOutput)
It looks like it should be a bigquery.DatasetAccessTypeArray type, but the pulumi import was generating the bigquery.DatasetAccessArray instead, and it's what's in the docs as well. Has anyone seen this before?
2 Views