Has anyoen faced the following issue when dealing ...
# google-cloud
b
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?