Skip to content

Commit

Permalink
-> #1386
Browse files Browse the repository at this point in the history
  • Loading branch information
s-paquette committed Aug 29, 2024
1 parent a1800a1 commit ddf2279
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ commands:
echo "Using test project and related deployment SA and bucket."
elif [[ ${TIER} == "EXPR" ]]; then
DEPLOYMENT_CONFIG=expr.deployment_config.txt
echo "Using experimental project and related deployment SA and bucket."
echo "Using development/default project with related deployment SA and bucket for experimental deployment config."
elif [[ ${TIER} == "DEV" ]]; then
echo "Using development/default project and related deployment SA and bucket."
else
Expand Down
3 changes: 3 additions & 0 deletions etl/etl.py
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,9 @@ def main():

# Load the configuration file into ETL_CONFIG and run data version and data source creation
# This will copy over any attributes from prior versions indicated in the JSON config
# Note that the config file is only required for 'full ETL' i.e. creation of new versions and
# deprecation of prior ones; it can be omitted to perform piecemeal updates eg. to collections
# metadata
len(args.config_file) and update_data_versions(args.config_file)

# If there are new attributes, prep them for addition
Expand Down

0 comments on commit ddf2279

Please sign in to comment.