dataflow/Failed Streaming Pipeline

Diagnostic checks for failed Dataflow Streaming Pipelines.

Product: Dataflow Kind: Debugging Tree

Description

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

  • Examples:
    • Pipeline failed to launch
    • Workers not starting

Executing this runbook

gcpdiag runbook dataflow/failed-streaming-pipeline \
  -p project_id=value \
  -p 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
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