Skip to content

Commit

Permalink
change: default to dbt_dev instead of userdev
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Feb 27, 2023
1 parent c640961 commit 70e72fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/meltano.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 1
default_environment: userdev
default_environment: dbt_dev
send_anonymous_usage_stats: false
project_id: c15e971a-d318-4a9d-979b-1039ce5fd1b1
include_paths:
Expand Down
2 changes: 1 addition & 1 deletion data/transform/transformers.meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ plugins:
run_slack_notifications: run --select +publish.slack_notifications.*
run_hubspot_publish: run --select publish.hubspot.*
test_hubspot_publish: test --select publish.hubspot.*
build: run -x --defer --state=${MELTANO_PROJECT_ROOT}/.meltano/transformers/dbt/target/
build: run --fail-fast --defer --state=${MELTANO_PROJECT_ROOT}/.meltano/transformers/dbt/target/

config:
account: epa06486
Expand Down

0 comments on commit 70e72fd

Please sign in to comment.