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 9d4c6e2 commit 7c387f4Copy full SHA for 7c387f4
broker/setup_broker/setup_broker.sh
@@ -55,7 +55,6 @@ define_GCP_resources() {
55
#--- GCP resources used directly in this script
56
broker_bucket=$(define_GCP_resources "${PROJECT_ID}-${survey}-broker_files")
57
bq_dataset=$(define_GCP_resources "${survey}")
58
-topic_alerts=$(define_GCP_resources "${survey}-alerts")
59
# topics and subscriptions involved in writing DIASource data to BigQuery
60
topic_diasource=$(define_GCP_resources "${survey}-diasource")
61
subscription_diasource="${topic_diasource}" # BigQuery subscription
0 commit comments