pankajkoti commented on code in PR #34905:
URL: https://github.com/apache/airflow/pull/34905#discussion_r1360086360
##########
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).
Review Comment:
```suggestion
Testing Connections is disabled by default. Set the
"test_connection" flag to "Enabled" in the "core" section of Airflow
configuration (airflow.cfg) to enable testing of collections.
```
--
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]