Hello All, I have been working on decoupling connection form UI metadata from runtime hook imports by moving it from python code into declarative `provider.yaml` for providers, as discussed earlier in: https://lists.apache.org/thread/834jdpbzrb46zsm5ngtcvdm060yhfjfs
I started this work in three phases which covered ~20 providers including Google, Amazon, Azure, Kubernetes, Slack, SMTP, and others. We have about ~30 remaining that will need the same treatment. Each provider can be considered to be a small, self-contained task - which typically involves updating one `provider.yml` file and running a script to generate the relevant data. Here's a tracking issue with step-by-step instructions on how to pick an provider and contribute to it: https://github.com/apache/airflow/issues/62345 If you are looking for a good contribution opportunity, this is a great place to start too. Thanks & Regards, Amogh Desai
