pierrejeambrun commented on code in PR #35392:
URL: https://github.com/apache/airflow/pull/35392#discussion_r1387617196


##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -3579,7 +3579,7 @@ components:
             timezone:
               $ref: '#/components/schemas/Timezone'
             catchup:
-              type: boolean
+              type: string

Review Comment:
   I believe so, changing the type of one field would be breaking. (Either in 
response or request).
   
   If True False are still accepted value, it should be fine.
   
   We would need to confirm in the client what happens if we pass a Boolean 
object to a string field. Does it get silently cast to string or does it crash 
I am not sure. That could break there, appart from that I don’t see an issue



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to