Skip to content

Commit f7f0e87

Browse files
committed
updates how pub/sub subscription gets created
1 parent 49d4b94 commit f7f0e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

broker/setup_broker/lsst/setup_broker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ if [ "${teardown}" != "True" ]; then
8585
echo "Configuring Pub/Sub resources..."
8686
gcloud pubsub topics create "${topic_alerts}"
8787
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
88+
gcloud pubsub subscriptions create "${subscription_storebigquery}" --topic="${topic_alerts}" --bigquery-table="${PROJECT_ID}:${bq_dataset}.${alerts_table}" --use-table-schema
8989

9090
# Set IAM policies on resources
9191
user="allUsers"

0 commit comments

Comments
 (0)