We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d4b94 commit f7f0e87Copy full SHA for f7f0e87
broker/setup_broker/lsst/setup_broker.sh
@@ -85,7 +85,7 @@ if [ "${teardown}" != "True" ]; then
85
echo "Configuring Pub/Sub resources..."
86
gcloud pubsub topics create "${topic_alerts}"
87
gcloud pubsub subscriptions create "${pubsub_subscription}" --topic="${topic_alerts}"
88
- gcloud pubsub subscriptions create "${subscription_storebigquery}" --topic="${topic_alerts}" --bigquery-table="${PROJECT_ID}:${bq_dataset}.${alerts_table}" --use_table_schema=true
+ gcloud pubsub subscriptions create "${subscription_storebigquery}" --topic="${topic_alerts}" --bigquery-table="${PROJECT_ID}:${bq_dataset}.${alerts_table}" --use-table-schema
89
90
# Set IAM policies on resources
91
user="allUsers"
0 commit comments