terraform-google-modules/terraform-google-pubsub

Error when trying to associate BigQuery push with Pub/Sub in a BigQuery dataset table without the data field created

Closed this issue · 1 comments

TL;DR

I receive the error below when using the module with BigQuery example using a dataset with a table without a data field

image

Expected behavior

I want to join a table from a BigQuery dataset without the data field.

Observed behavior

It is only possible to associate BigQuery with Pub/Sub if the dataset table has the data field.

Terraform Configuration

table = "project:example_dataset.example_table"

Terraform Version

5.27.0

Additional information

N/A

It's work.