Hi,

Do we have any mechanism in Airflow to be notified on PRs touching provider
code hosted in the Airflow repository? I think that's not the case - and
it's related to recent discussions about providers in the core repository
(on dev list). I've had some problems in the past where I discovered that
there were PRs that changed behaviour of our provider and it would be
useful to be noticed on such PRs.
For example I've raised PR migrating Google GCS system tests to new design:
https://github.com/apache/airflow/pull/22778 (5 days ago)

Then someone raised PR extending the same files, but using old design:
https://github.com/apache/airflow/pull/22808 (4 days ago)

The latter is already merged - now causing headache if it comes to properly
merging the changes. It could be avoided if there would be a code owner set
per files. Is it possible in Airflow? I know there is an ownership file but
previously only commiters (people with write access) could be added.

Best regards,
Bartłomiej Hirsz

Reply via email to