File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 python-version : ${{ matrix.python-version }}
2121 - uses : abatilo/actions-poetry@v2.1.3
2222 - name : install
23- run : poetry install -E amazon
23+ run : poetry install -E amazon -E postgres
2424 - name : flake8
2525 run : poetry run flake8 .
2626 - name : mypy
Original file line number Diff line number Diff line change 22__author__ = "Tomás Farías Santana"
33__copyright__ = "Copyright 2021 Tomás Farías Santana"
44__title__ = "airflow-dbt-python"
5- __version__ = "0.7.2 "
5+ __version__ = "0.8.0 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " airflow-dbt-python"
3- version = " 0.7.2 "
3+ version = " 0.8.0 "
44description = " A dbt operator for Airflow that uses the dbt Python package"
55authors = [" Tomás Farías Santana <tomas@tomasfarias.dev>" ]
66license = " MIT"
@@ -21,7 +21,7 @@ dbt-core = ">=0.19, < 0.22"
2121Flask-OpenID = " >=1.3.0"
2222
2323apache-airflow-providers-amazon = { version = " ^2.1.0" , optional = true }
24- dbt-postgres = " 0.21 "
24+ dbt-postgres = { version = " >=0.19, < 0.22 " , optional = true }
2525dbt-redshift = { version = " >=0.19, < 0.22" , optional = true }
2626dbt-snowflake = { version = " >=0.19, < 0.22" , optional = true }
2727dbt-bigquery = { version = " >=0.19, < 0.22" , optional = true }
You can’t perform that action at this time.
0 commit comments