-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Labels
api: dataprocIssues related to the Dataproc API.Issues related to the Dataproc API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
In which file did you encounter the issue?
dataproc/snippets/instantiate_inline_workflow_template.py
Found via #13423
Did you change the file? If so, how?
No change, found when running change to another sample in same snippet/ folder.
Describe the issue
File "/workspace/dataproc/snippets/instantiate_inline_workflow_template_test.py", line 37, in test_workflows
instantiate_inline_workflow_template.instantiate_inline_workflow_template(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
PROJECT_ID, REGION
^^^^^^^^^^^^^^^^^^
)
^
File "/workspace/dataproc/snippets/instantiate_inline_workflow_template.py", line 82, in instantiate_inline_workflow_template
operation.result()
~~~~~~~~~~~~~~~~^^
File "/workspace/dataproc/snippets/.nox/py-3-13/lib/python3.13/site-packages/google/api_core/future/polling.py", line 261, in result
raise self._exception
google.api_core.exceptions.Aborted: 409 Error submitting create cluster request: Insufficient 'N2_CPUS' quota. Requested 12.0, available 0.0. Your resource request exceeds your available quota. See https://cloud.google.com/compute/resource-usage. Use https://cloud.google.com/docs/quotas/view-manage#requesting_higher_quota to request additional quota. 10: Error submitting create cluster request: Insufficient 'N2_CPUS' quota. Requested 12.0, available 0.0. Your resource request exceeds your available quota. See https://cloud.google.com/compute/resource-usage. Use https://cloud.google.com/docs/quotas/view-manage#requesting_higher_quota to request additional quota.
Metadata
Metadata
Assignees
Labels
api: dataprocIssues related to the Dataproc API.Issues related to the Dataproc API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.