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
bq update --description "Alert data from Swift/BAT-GUANO. This table is an archive of the swift-alerts Pub/Sub stream. It has the same schema as the original alert bytes, including repeated fields.""${PROJECT_ID}:${bq_dataset}.${bq_table_alerts}"
83
+
bq update --description "Swift/BAT-GUANO alerts with schema version v${schema_version}. This table is an archive of the swift-alerts Pub/Sub stream. It has the same schema as the original alert bytes, including repeated fields. Original alerts can be retrieved from the Cloud Storage bucket ${gcs_alerts_bucket}.""${PROJECT_ID}:${bq_dataset}.${bq_table_alerts}"
83
84
#--- Create GCS bucket
84
85
echo
85
86
echo"Creating broker_bucket and uploading files..."
0 commit comments