uranusjr commented on code in PR #34905:
URL: https://github.com/apache/airflow/pull/34905#discussion_r1360187183
##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -368,6 +368,8 @@ paths:
summary: Test a connection
description: |
Test a connection.
+ Testing Connections is disabled by default set test_connection flag to
enabled in Airflow configuration (airflow.cfg).
+ It can also be controlled by the environment variable
AIRFLOW__CORE__TEST_CONNECTION.
Review Comment:
```suggestion
description: >
Test a connection.
Testing Connections is disabled by default set test_connection flag
to enabled in Airflow configuration (airflow.cfg).
It can also be controlled by the environment variable
`AIRFLOW__CORE__TEST_CONNECTION`.
```
This fixes the rendering issues in the generated ts comment. (Don’t apply
this on GitHub, you need to do this locally to go through pre-commit)
##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -368,6 +368,8 @@ paths:
summary: Test a connection
description: |
Test a connection.
+ Testing Connections is disabled by default set test_connection flag to
enabled in Airflow configuration (airflow.cfg).
+ It can also be controlled by the environment variable
AIRFLOW__CORE__TEST_CONNECTION.
Review Comment:
```suggestion
description: >
Test a connection.
Testing Connections is disabled by default set test_connection flag
to enabled in Airflow configuration (airflow.cfg).
It can also be controlled by the environment variable
`AIRFLOW__CORE__TEST_CONNECTION`.
```
This fixes the rendering issues in the generated ts comment. (Don’t apply
this on GitHub, you need to do this locally to go through pre-commit)
--
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]