Skip to content

Commit

Permalink
[dagster-dbt] pin some stuff (#6791)
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenKephart committed Feb 24, 2022
1 parent f700471 commit e574200
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .buildkite/dagster-buildkite/dagster_buildkite/steps/dagster.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,16 @@ def graphql_pg_extra_cmds_fn(_):
ModuleBuildSpec(
"python_modules/libraries/dagster-dbt",
extra_cmds_fn=dbt_extra_cmds_fn,
# dbt-core no longer supports python 3.6
supported_pythons=(
[
SupportedPython.V3_7,
SupportedPython.V3_8,
SupportedPython.V3_9,
]
if (branch_name == "master" or is_release_branch(branch_name))
else [SupportedPython.V3_9]
),
),
ModuleBuildSpec(
"python_modules/libraries/dagster-airflow",
Expand Down

0 comments on commit e574200

Please sign in to comment.