You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/03/08 03:47:37 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #6376: [AIRFLOW-5705] Add creds backend and support for AWS SSM

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:
users@infra.apache.org


With regards,
Apache Git Services