Open remintz opened 2 years ago
Note that the example here doesn't work: https://www.pulumi.com/registry/packages/gcp/api-docs/pubsub/subscription/
What you ended up getting is a Pull
subscription (incorrect type)
Actually the example works. Just have to make sure to not be an idiot like me and mix up :
and .
in the line:
table: pulumi.interpolate`${testTable.project}:${testTable.datasetId}.${testTable.tableId}`,
Hello!
Issue details
I would like to suggest the implementation of the new PubSub to BigQuery option as described here: https://cloud.google.com/blog/products/data-analytics/pub-sub-launches-direct-path-to-bigquery-for-streaming-analytics
Affected area/feature
gcp.pubsub.Subscription