Skip to content

Commit 6a8219f

Browse files
authored
Merge pull request #296 from mwvgroup/u/ch/lsst/schema/v9_0
Accommodate LSST alert schema v9_0
2 parents f3d9ed9 + 630cfc4 commit 6a8219f

File tree

3 files changed

+2057
-3
lines changed

3 files changed

+2057
-3
lines changed

broker/setup_broker/lsst/setup_broker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ testid="${1:-test}"
88
teardown="${2:-False}"
99
# name of the survey this broker instance will ingest
1010
survey="${3:-lsst}"
11-
schema_version="${4:-8.0}"
12-
versiontag=v$(echo "${schema_version}" | tr . _) # 8.0 -> v8_0
11+
schema_version="${4:-9.0}"
12+
versiontag=v$(echo "${schema_version}" | tr . _) # 9.0 -> v9_0
1313
region="${5:-us-central1}"
1414
zone="${region}-a" # just use zone "a" instead of adding another script arg
1515
# get environment variables

0 commit comments

Comments
 (0)