Skip to content

Commit

Permalink
Change to true
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayra Peña authored and Mayra Peña committed Nov 11, 2024
1 parent d9913eb commit 33ca1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transform/.dbt_coves/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ blue_green:
prod_db_env_var: DATACOVES__MAIN__DATABASE # This holds the name of the production database --- no default
# staging_database: STAGING_DB # Optional name you want to give to the staging database --- no default
# staging_suffix: STAGING # If not using staging_database above, {prod_db}_{staging_suffix} will be used --- default: STAGING
drop_staging_db_at_start: false # Start blue-green by dropping staging db --- default false
drop_staging_db_at_start: true # Start blue-green by dropping staging db --- default false
drop_staging_db_on_failure: false # Drop staging db if blue-green fails --- default false
keep_staging_db_on_success: false # Keep staging db if blue-green succeeds --- default false
# dbt_selector: "-s personal_loans" # dbt build arguments --- no default
Expand Down

0 comments on commit 33ca1ee

Please sign in to comment.