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
bruno561 commented
TL;DR
I receive the error below when using the module with BigQuery example using a dataset with a table without a data field
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
bruno561 commented
It's work.