moiseenkov opened a new pull request, #38458: URL: https://github.com/apache/airflow/pull/38458
Introduced three new parameters for `KubernetesDeleteJobOperator`: - `on_status` = None | "Complete" | "Failed" - remove the job regardless of its status | remove only successful jobs | remove only failed jobs. The default is `None`. - `wait_until_job_complete` - Whether to wait for the job to complete. The default value is `False`. - `job_poll_interval` - Interval in seconds between polling the job status. Used when the `on_status` parameter is set. The default value is 10.0. Default values for new parameters ensure that existing DAGs will work with no changes. -- 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]
