Stephen Lewis (Burrows)
Stephen Lewis (Burrows)
failing tests look unrelated.
I'd be inclined to say let's go right to 2min if the expectation is ~90secs
I don't think we should add the sleep delay to the test itself - this is a real issue that could impact users, since we read immediately after apply. If...
Closing per comment above - if this field is not working in a current beta version, please let us know. If you want to request support for the field in...
Closing per the above comment. Please let us know more details here (or in a new ticket) if that doesn't meet a specific use case. Thanks!
We seem to be rendering the subfields of required top-level fields before rendering optional top-level fields. Took a quick look but don't see an obvious cause.
I've looked into this some more. Setting `credentials` to the application default credentials file (or a copy) works just fine for me. Using a service_account_key also works fine. However, I...
Note from triage: This is likely a missing enum value and the fix is likely to convert the field to a string as described at https://googlecloudplatform.github.io/magic-modules/best-practices/validation/#enum
No, moving a field from enum to string isn't a breaking change - it's already considered a string field by Terraform either way; this just removes validation. Making validation looser...
I see [this documentation](https://cloud.google.com/bigquery/docs/pipelines-introduction) for Bigquery Pipelines but I don't see any clear evidence of a REST API, so for now I'm forwarding as a feature request (because adding support...