Skip to content

Commit 4282062

Browse files
committed
add description to bq table
1 parent 1a8eeef commit 4282062

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

broker/setup_broker/lvk/setup_broker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ if [ "${teardown}" != "True" ]; then
6060

6161
cd templates || exit 5
6262
bq mk --table "${PROJECT_ID}:${bq_dataset}.${alerts_table}" "bq_${survey}_${alerts_table}_schema.json" || exit 5
63+
bq update --description "Alert data from LIGO/Virgo/KAGRA. This table is an archive of the lvk-alerts Pub/Sub stream. It has the same schema as the original alert bytes, including nested and repeated fields." "${PROJECT_ID}:${bq_dataset}.${alerts_table}"
6364
cd .. || exit 5
6465

6566
# create broker bucket and upload files

0 commit comments

Comments
 (0)