File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55 integration-postgres :
66 docker :
7- - image : cimg/python:3.9
7+ - image : cimg/python:3.11
88 - image : cimg/postgres:9.6
99 environment :
1010 POSTGRES_USER : root
3838
3939 integration-redshift :
4040 docker :
41- - image : cimg/python:3.9
41+ - image : cimg/python:3.11
4242 steps :
4343 - checkout
4444 - run : pip install dbt-core dbt-redshift
6060
6161 integration-snowflake :
6262 docker :
63- - image : cimg/python:3.9
63+ - image : cimg/python:3.11
6464 steps :
6565 - checkout
6666 - run : pip install dbt-core dbt-snowflake
8484 environment :
8585 BIGQUERY_SERVICE_KEY_PATH : " /home/circleci/bigquery-service-key.json"
8686 docker :
87- - image : cimg/python:3.9
87+ - image : cimg/python:3.11
8888 steps :
8989 - checkout
9090 - run : pip install dbt-core dbt-bigquery
You can’t perform that action at this time.
0 commit comments