pubsub/Bigquery Subscription Delivery

Troubleshoot BigQuery Subscription Errors

Product: Cloud Pub/Sub Kind: Debugging Tree

Description

A diagnostic guide to help you resolve common issues causing message delivery failures from Pub/Sub to BigQuery.

Executing this runbook

gcpdiag runbook pubsub/bigquery-subscription-delivery \
  -p project_id=value \
  -p subscription_name=value \
  -p table_id=value

Parameters

Name Required Default Type Help
project_id True None str The Project ID of the resource under investigation
subscription_name True None str The Pub/Sub subscription ID
table_id True None str The BigQuery table ID in the format “project_id:dataset.table” or “dataset.table”

Get help on available commands

gcpdiag runbook --help

Potential Steps