Skip to content

Commit

Permalink
Bump dep on common-sql to fix issue with SQLTableCheckOperator (#26143)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashb authored Sep 5, 2022
1 parent 54c4389 commit 54e7d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/postgres/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ versions:

dependencies:
- apache-airflow>=2.2.0
- apache-airflow-providers-common-sql>=1.1.0
- apache-airflow-providers-common-sql>=1.2.0
- psycopg2>=2.8.0

integrations:
Expand Down
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@
},
"postgres": {
"deps": [
"apache-airflow-providers-common-sql>=1.1.0",
"apache-airflow-providers-common-sql>=1.2.0",
"apache-airflow>=2.2.0",
"psycopg2>=2.8.0"
],
Expand Down

0 comments on commit 54e7d20

Please sign in to comment.