dataflow/Failed Batch Pipeline

Diagnostic checks for failed Dataflow Batch Pipelines.

Product: Dataflow Kind: Debugging Tree

Description

Provides a DiagnosticTree to check for issues related to failed batch pipelines.

  • Examples:
    • Pipeline failed to launch
    • Workers failed to start or are crashlooping

Executing this runbook

gcpdiag runbook dataflow/failed-batch-pipeline \
  -p project_id=value \
  -p dataflow_job_id=value \
  -p job_region=value

Parameters

Name Required Default Type Help
project_id True None str The Project ID of the resource under investigation
dataflow_job_id True None str The Job ID returned when the launch command is submitted
job_region True None str The region configured for the job

Get help on available commands

gcpdiag runbook --help

Potential Steps