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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
