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.
schema_version
1 parent 69f3489 commit 45a9940Copy full SHA for 45a9940
broker/setup_broker/lsst/setup_broker.sh
@@ -8,8 +8,8 @@ testid="${1:-test}"
8
teardown="${2:-False}"
9
# name of the survey this broker instance will ingest
10
survey="${3:-lsst}"
11
-schema_version="${4:-8.0}"
12
-versiontag=v$(echo "${schema_version}" | tr . _) # 8.0 -> v8_0
+schema_version="${4:-9.0}"
+versiontag=v$(echo "${schema_version}" | tr . _) # 9.0 -> v9_0
13
region="${5:-us-central1}"
14
zone="${region}-a" # just use zone "a" instead of adding another script arg
15
# get environment variables
0 commit comments