nishant-gupta-sh commented on code in PR #44654: URL: https://github.com/apache/airflow/pull/44654#discussion_r1878473895
########## airflow/api_connexion/openapi/v1.yaml: ########## @@ -6013,6 +6015,34 @@ components: required: false description: Returns objects matched by the Run ID. + FilterTimestampGTE: + in: query + name: timestamp_gte + schema: + type: string + format: date-time + required: false + description: | + Returns objects greater or equal the specified date. + + This can be combined with timestamp_lte parameter to receive only the selected period. + + *New in version 2.11.0* Review Comment: I'd love for it to get reeased in the next patch if possible! ########## airflow/api_connexion/openapi/v1.yaml: ########## @@ -6013,6 +6015,34 @@ components: required: false description: Returns objects matched by the Run ID. + FilterTimestampGTE: + in: query + name: timestamp_gte + schema: + type: string + format: date-time + required: false + description: | + Returns objects greater or equal the specified date. + + This can be combined with timestamp_lte parameter to receive only the selected period. + + *New in version 2.11.0* Review Comment: I'd love for it to get released in the next patch if possible! -- 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