File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 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.11 .0"
5+ __version__ = "0.12 .0"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " airflow-dbt-python"
3- version = " 0.11 .0"
3+ version = " 0.12 .0"
44description = " A dbt operator and hook for Airflow"
55authors = [" Tomás Farías Santana <tomas@tomasfarias.dev>" ]
66license = " MIT"
@@ -88,7 +88,7 @@ exclude = '''
8888
8989[tool .pytest .ini_options ]
9090postgresql_user = " test"
91- postgresql_password = " test"
91+ postgresql_password = " test" # pragma: allowlist secret
9292postgresql_dbname = " test"
9393filterwarnings = [
9494 # Warning raised by dbt dependency
You can’t perform that action at this time.
0 commit comments