You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
If an issue is assigned to a user, that user is claiming responsibility for the issue.
Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.
Terraform Version
Not relevant
Affected Resource(s)
google_pubsub_subscription
Terraform Configuration
Not relevant
Debug Output
Not relevant
Expected Behavior
I expect that the syntax for a BigQuery table on the google_pubsub_subscription is accurate. I have now learned that syntax in the document is incorrect, and it should match the syntax usually used by Google Cloud:
<project>:<dataset>.<table>
Note how the first separator is a colon and the second separator is a period.
The documentation usually, but not always uses a period for both, such as:
@rileykarson this is a issue to improve the documentation, as the user says there are differences in some parts of the documentation where the structure to declare a bigquery_config use this <project>.<dataset>.<table> instead of this <project>:<dataset>.<table>.
Community Note
Terraform Version
Not relevant
Affected Resource(s)
google_pubsub_subscription
Terraform Configuration
Not relevant
Debug Output
Not relevant
Expected Behavior
I expect that the syntax for a BigQuery table on the google_pubsub_subscription is accurate. I have now learned that syntax in the document is incorrect, and it should match the syntax usually used by Google Cloud:
<project>:<dataset>.<table>
Note how the first separator is a colon and the second separator is a period.
The documentation usually, but not always uses a period for both, such as:
Actual Behavior
As described above, the actually behavior is that the documentation sometimes accidentally uses a period for both separators.
Steps to reproduce
visit
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/pubsub_subscription
and read the documentation for bigquery subscriptions.
Important Factoids
No response
References
No response
b/330757367
The text was updated successfully, but these errors were encountered: