Calder-Ty commented on code in PR #34568:
URL: https://github.com/apache/airflow/pull/34568#discussion_r1335844499
##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -4302,7 +4302,7 @@ components:
If set, don't actually run this operation. The response will
contain the task instance
planned to be affected, but won't be modified in any way.
type: boolean
- default: false
+ default: true
Review Comment:
Per the conversation with @pierrejeambrun and @hussein-awala, I changed it
to false
##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -4302,7 +4302,7 @@ components:
If set, don't actually run this operation. The response will
contain the task instance
planned to be affected, but won't be modified in any way.
type: boolean
- default: false
+ default: true
Review Comment:
Per the conversation with @pierrejeambrun and @hussein-awala, I changed it
to true
--
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]