You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vcr_utils.go:152: Step 1/2 error: Check failed: Check 1/1 error: could not confirm Dataflow Job "2024-05-09_00_30_15-8505904879367105719" exists: googleapi: Error 404: (46a5a60f263a7f99): Information about job 2024-05-09_00_30_15-8505904879367105719 could not be found in our system. Please double check that the API being used is projects.locations.jobs.get (https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.locations.jobs/get). If the API being used is projects.locations.jobs.get, please double check the id (2024-05-09_00_30_15-8505904879367105719) is correct. If it is please contact customer support., notFound
Error: Cannot import non-existent remote object
While attempting to import an existing object to
"google_dataflow_job.big_data", the provider detected that no object exists
with the given id. Only pre-existing objects can be imported; check that the
id is correct and that it is associated with the provider's configured region
or endpoint, or use "terraform apply" to create a new remote object for this
resource.
I did a quick investigation on these failures, I believe the issue is we're not able to create zonal resource but always regional resource even if "zone" is explicitly set in this case.
Now that I figured out how to troubleshoot these tests, I'll apply this method to the all the Dataflow-related tests and apply PRs fixes where relevant.
Impacted tests
Affected Resource(s)
Failure rates
Message(s)
Nightly build test history
b/339718340
The text was updated successfully, but these errors were encountered: