Bowrna commented on PR #23516: URL: https://github.com/apache/airflow/pull/23516#issuecomment-1152132646
> Yes, we'll need all of the following boolean params to send to the query: > > include_upstream include_downstream include_future include_past recursive @bbovenzi instead of using the field `recursive`, the existing api for `clearTaskInstances` have the param `include_subdags` and `include_parentdag`. The older api in views.py use the value in `recursive` param to fill the value for both `include_subdags` and `include_parentdag`. Do you still think `recursive` field has to be given in the query param? -- 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]
