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 8e56185949 Fix elasticsearch test config to avoid warning on 
deprecated template (#25520)
8e56185949 is described below

commit 8e5618594913a79d9dac14e6e6ac7ffe54750176
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Aug 3 22:00:15 2022 +0200

    Fix elasticsearch test config to avoid warning on deprecated template 
(#25520)
---
 airflow/config_templates/default_test.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/config_templates/default_test.cfg 
b/airflow/config_templates/default_test.cfg
index 97763eb93f..ed5f0d3723 100644
--- a/airflow/config_templates/default_test.cfg
+++ b/airflow/config_templates/default_test.cfg
@@ -63,4 +63,4 @@ scheduler_health_check_server_port = 8794
 dag_dir_list_interval = 0
 
 [elasticsearch]
-log_id_template = {{dag_id}}-{{task_id}}-{{execution_date}}-{{try_number}}
+log_id_template = 
{{dag_id}}-{{task_id}}-{{run_id}}-{{map_index}}-{{try_number}}

Reply via email to