Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI #157

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dialect = snowflake
templater = dbt
deps =
sqlfluff-templater-dbt==2.*
dbt-snowflake~=1.5.0
dbt-snowflake~=1.8.0

[testenv]
passenv =
Expand Down Expand Up @@ -41,16 +41,16 @@ deps = {[sqlfluff]deps}
commands = sqlfluff fix models --ignore parsing -f

[testenv:generate_docs]
deps = dbt-snowflake~=1.5.0
deps = dbt-snowflake~=1.8.0
commands = dbt docs generate

[testenv:integration_snowflake]
; This test env uses a test dataset and asserted expected output
changedir = integration_test_project
setenv =
SOURCE_DATABASE_OVERRIDE = DBT_CI
SOURCE_DATABASE_OVERRIDE = DBT_SNOWFLAKE_MONITORING_CI
SOURCE_SCHEMA_OVERRIDE = MOCK_DATA
deps = dbt-snowflake~=1.5.0
deps = dbt-snowflake~=1.8.0
commands =
dbt deps
dbt build -s +daily_spend --full-refresh --vars 'account_locator: a09e1'
Expand All @@ -61,7 +61,7 @@ commands =
[testenv:snowflake]
; This test env just runs the package as it would normally be installed, using the snowflake database as a source
changedir = integration_test_project
deps = dbt-snowflake~=1.5.0
deps = dbt-snowflake~=1.8.0
commands =
dbt deps
dbt build -s dbt_snowflake_monitoring --full-refresh
Expand Down
Loading