apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
37.04k stars 14.28k forks source link

Fix Google system tests #32407

Closed VladaZakharova closed 5 months ago

VladaZakharova commented 1 year ago

After the conversation with @potiuk it was decided to track all system tests that are not working properly/do not exist.

This is an aggregated issue for all system tests related to Google provider.

This issue was created to track progress of their fixing.

List of tests:

Once the test is added/fixed, the check-box should be changed.

If the test was migrated system tests to new design, please, make sure you have updated the list here: https://github.com/apache/airflow/issues/22430

If you have migrated tests to new location (from example_dags -> system_tests folder), please, make sure you have updated the list here: https://github.com/apache/airflow/issues/22447

Committer

boring-cyborg[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.

amoghrajesh commented 1 year ago

@VladaZakharova I merged a PR for this, can you help in testing it out?

https://github.com/apache/airflow/pull/32368

eladkal commented 5 months ago

@VladaZakharova do we still need this tracking issue?