This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 62216112c6 Fix `version_added` for `[sensors] default_timeout` (#23388)
62216112c6 is described below
commit 62216112c6764381160793961ffc182eb77e466c
Author: Jed Cunningham <[email protected]>
AuthorDate: Sun May 1 05:08:21 2022 -0600
Fix `version_added` for `[sensors] default_timeout` (#23388)
---
airflow/config_templates/config.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow/config_templates/config.yml
b/airflow/config_templates/config.yml
index 5821f199b2..bc8f42035b 100644
--- a/airflow/config_templates/config.yml
+++ b/airflow/config_templates/config.yml
@@ -2430,7 +2430,7 @@
- name: default_timeout
description: |
Sensor default timeout, 7 days by default (7 * 24 * 60 * 60).
- version_added: 2.2.1
+ version_added: 2.3.0
type: float
example: ~
default: "604800"