Skip to content

Commit 27b3e50

Browse files
update dbt target
1 parent b5586e1 commit 27b3e50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • macro_agents/src/macro_agents/defs/transformation

macro_agents/src/macro_agents/defs/transformation/dbt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def get_automation_condition(
3232
return dg.AutomationCondition.eager()
3333

3434

35-
environment = os.getenv("DBT_TARGET", "dev")
35+
environment = os.getenv("DBT_TARGET", "local")
3636

3737
# Find the dbt_project directory
3838
# First, check if explicitly set via environment variable

0 commit comments

Comments
 (0)