Taragolis commented on code in PR #35277: URL: https://github.com/apache/airflow/pull/35277#discussion_r1376916827
########## PROVIDERS.rst: ########## @@ -251,3 +272,51 @@ The suspension may be triggered by any committer after the following criteria ar The suspension will be lifted when the dependencies of the provider are made compatible with the Apache Airflow and with other providers - by merging a PR that removes the suspension and succeeds. + +Removing community providers +---------------------------- + +The providers can be removed from main branch of Airflow when the community agrees that there should be no +more updates to the providers done by the community - except maybe potentially security fixes found. There +might be various reasons for the providers to be removed: + +* the service they connect to is no longer available +* the dependencies for the provider are not maintained any more and there is no viable alternative +* there is another, more popular provider that supersedes community provider +* etc. etc. Review Comment: 😉 💯 ########## PROVIDERS.rst: ########## @@ -251,3 +272,51 @@ The suspension may be triggered by any committer after the following criteria ar The suspension will be lifted when the dependencies of the provider are made compatible with the Apache Airflow and with other providers - by merging a PR that removes the suspension and succeeds. + +Removing community providers +---------------------------- + +The providers can be removed from main branch of Airflow when the community agrees that there should be no +more updates to the providers done by the community - except maybe potentially security fixes found. There +might be various reasons for the providers to be removed: + +* the service they connect to is no longer available +* the dependencies for the provider are not maintained any more and there is no viable alternative +* there is another, more popular provider that supersedes community provider +* etc. etc. Review Comment: 😉 💯 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
