mik-laj commented on a change in pull request #6376: [AIRFLOW-5705] Add creds
backend and support for AWS SSM
URL: https://github.com/apache/airflow/pull/6376#discussion_r389332469
##########
File path: docs/conf.py
##########
@@ -221,7 +221,7 @@
# Generate list of package index
providers_packages_roots = {
name.rpartition("/")[0]
- for entity in ["hooks", "operators", "sensors"]
+ for entity in ["creds", "hooks", "operators", "sensors"]
Review comment:
I think, you should also update
https://airflow.readthedocs.io/en/latest/_api/index.html and
https://airflow.readthedocs.io/en/latest/integration.html
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services