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 2022/11/19 21:17:24 UTC

[GitHub] [airflow] bdsoha commented on a diff in pull request #27768: Completed D400 for multiple folders

bdsoha commented on code in PR #27768:
URL: https://github.com/apache/airflow/pull/27768#discussion_r1027144377


##########
airflow/secrets/__init__.py:
##########
@@ -16,11 +16,13 @@
 # specific language governing permissions and limitations
 # under the License.
 """
-Secrets framework provides means of getting connection objects from various sources, e.g. the following:
+Secrets framework provides means of getting connection objects from various sources.
 
-    * Environment variables
-    * Metastore database
-    * AWS SSM Parameter store
+The following sources are available:
+
+* Environment variables
+* Metastore database
+* AWS SSM Parameter store

Review Comment:
   @Taragolis I am only re-using the original documentation. If you have alternative wording or suggestions, please let me know.



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org