uranusjr commented on code in PR #59643:
URL: https://github.com/apache/airflow/pull/59643#discussion_r2638998328
##########
airflow-core/src/airflow/api_fastapi/core_api/openapi/v2-rest-api-generated.yaml:
##########
@@ -1626,23 +1626,35 @@ paths:
tags:
- Connection
summary: Test Connection
- description: 'Test an API connection.
-
-
- This method first creates an in-memory transient conn_id & exports
that to
- an env var,
-
- as some hook classes tries to find out the `conn` from their __init__
method
- & errors out if not found.
-
- It also deletes the conn id env connection after the test.'
+ description: "Test an API connection.\n\nThis method first creates an
in-memory\
+ \ transient conn_id & exports that to an env var,\nas some hook
classes tries\
+ \ to find out the `conn` from their __init__ method & errors out if
not found.\n\
+ It also deletes the conn id env connection after the test.\n\nArgs:\n
test_body:\
+ \ Connection parameters to test\n use_existing_credentials: Whether
to\
+ \ merge credentials from existing connection.\n
\
+ \ If True, password and extra fields will be merged with existing
connection.\n\
+ \ If False, only the provided credentials
will\
+ \ be used."
Review Comment:
Instead of doing escapes everywhere, use one of the multiline syntaxes.
https://yaml-multiline.info/
--
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]