I'm using MWAA and when I add new providers via requirements.txt
they do not show in the "Airflow - Admin > Providers" UI, while the default providers installed on the MWAA instance show just fine.
An example:
apache-airflow-providers-databricks==2.0.2
to the requirements.txt
Result: After all of that, this is the "Admin > Providers" tab:
I just want to be able to easily see all providers installed. Any advice is appreciated.
So it looks like this is actually an internal VPC issue. I didn't think this would be relevant at the time, but when I run a public (vs. private) instance I do not have the same issue.