Skip to content

Commit

Permalink
rename profile
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Oct 11, 2024
1 parent 706c3a4 commit 978efaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "dbt_artifacts"
version: "2.7.0"
config-version: 2
require-dbt-version: [">=1.3.0", "<1.9.0"]
profile: "dbt_artifacts"
profile: "integration_tests"

clean-targets: # folders to be removed by `dbt clean`
- "target"
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "artifacts_integration_tests"
version: "1.0"
config-version: 2

profile: "dbt_artifacts"
profile: "integration_tests"

model-paths: ["models"]
analysis-paths: ["analysis"]
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ config:
send_anonymous_usage_stats: False
use_colors: True

dbt_artifacts:
integration_tests:
target: snowflake
outputs:
snowflake:
Expand Down

0 comments on commit 978efaf

Please sign in to comment.