Skip to content

Commit

Permalink
DBT_FAVOR_STATE_STATE -> DBT_FAVOR_STATE (#6392)
Browse files Browse the repository at this point in the history
* DBT_FAVOR_STATE_STATE -> DBT_FAVOR_STATE

* add changelog
  • Loading branch information
NiallRees authored Jan 4, 2023
1 parent d453964 commit 5453840
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changes/unreleased/Fixes-20230104-141047.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kind: Fixes
body: Fix DBT_FAVOR_STATE env var
time: 2023-01-04T14:10:47.637495-08:00
custom:
Author: NiallRees
Issue: "5859"
PR: "6392"
2 changes: 1 addition & 1 deletion core/dbt/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def env_set_path(key: str) -> Optional[Path]:

MACRO_DEBUGGING = env_set_truthy("DBT_MACRO_DEBUGGING")
DEFER_MODE = env_set_truthy("DBT_DEFER_TO_STATE")
FAVOR_STATE_MODE = env_set_truthy("DBT_FAVOR_STATE_STATE")
FAVOR_STATE_MODE = env_set_truthy("DBT_FAVOR_STATE")
ARTIFACT_STATE_PATH = env_set_path("DBT_ARTIFACT_STATE_PATH")
ENABLE_LEGACY_LOGGER = env_set_truthy("DBT_ENABLE_LEGACY_LOGGER")

Expand Down

0 comments on commit 5453840

Please sign in to comment.