apache / airflow

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

Migrate Google example DAGs to new design #22447

Closed potiuk closed 5 months ago

potiuk commented 2 years ago

There is a new design of system tests that was introduced by the AIP-47.

All current example dags need to be migrated and converted into system tests, so they can be run in the CI process automatically before releases.

This is an aggregated issue for all example DAGs related to Google provider. It is created to track progress of their migration.

List of paths to example DAGs:

In progress:

mnojek commented 2 years ago

Hey, please update the checklist.

These example DAGs are being removed by PR #22311:

And these are WIP (Work In Progress) (not sure how we are going to mark them, but it would be good to notify others so that we will avoid work duplication):

potiuk commented 2 years ago

Updated

potiuk commented 2 years ago

BTW. I will automate refreshing the list shortly :) @bhirsz :)

chethanuk commented 2 years ago

Hi @potiuk Can we update the checklist if and when possible [So Can know which needs to be done, which are WIP]. Thanks :)

potiuk commented 2 years ago

Sure. I merge all the green ones and re-run the script to update the checklists

eladkal commented 5 months ago

Do we still need this tracking issue?