Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Test RC provider packages for https://github.com/apache/airflow/issues/33257 #1293

Closed
wants to merge 11 commits into from
2 changes: 1 addition & 1 deletion astronomer/providers/core/sensors/external_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def execute(self, context: Context) -> None:
)

@provide_session
def execute_complete(
def execute_complete( # type: ignore[override]
self, context: Context, session: "Session", event: Optional[Dict[str, Any]] = None
) -> None:
"""Verifies that there is a success status for each task via execution date."""
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ databricks =
dbt.cloud =
apache-airflow-providers-dbt-cloud>=2.1.0
google =
apache-airflow-providers-google>=8.1.0
apache-airflow-providers-google==10.6.0rc3
gcloud-aio-storage
gcloud-aio-bigquery
http =
Expand Down Expand Up @@ -122,7 +122,7 @@ all =
apache-airflow-providers-apache-livy
apache-airflow-providers-cncf-kubernetes>=4
apache-airflow-providers-databricks>=2.2.0
apache-airflow-providers-google>=8.1.0
apache-airflow-providers-google==10.6.0rc3
apache-airflow-providers-http
apache-airflow-providers-snowflake
apache-airflow-providers-sftp
Expand All @@ -144,7 +144,7 @@ test_python_3_11 =
apache-airflow-providers-apache-livy
apache-airflow-providers-cncf-kubernetes>=4
apache-airflow-providers-databricks>=2.2.0
apache-airflow-providers-google>=8.1.0
apache-airflow-providers-google==10.6.0rc3
apache-airflow-providers-http
apache-airflow-providers-snowflake
apache-airflow-providers-sftp
Expand Down