Giacomo Chiarella
02/12/2025, 2:26 PMpull_request_number: int = None
in the flow entrypoint. To be able to submit a flow run I have to switch to the json view and remove the null parameters. How can I submit a flow run without switching to the json view and not having this error?Jake Kaplan
02/12/2025, 2:29 PMpull_request_number: int | None = None
you should be able to submit without issue.Jake Kaplan
02/12/2025, 2:30 PMOptional[int]
depending on your python versionGiacomo Chiarella
02/12/2025, 2:30 PM