Owen-CH-Leung commented on code in PR #53821: URL: https://github.com/apache/airflow/pull/53821#discussion_r2327395430
########## providers/elasticsearch/tests/unit/elasticsearch/log/elasticmock/fake_elasticsearch.py: ########## @@ -104,19 +104,22 @@ def sample_log_response(self, headers=None, params=None): "file": { "path": "/opt/airflow/Documents/GitHub/airflow/logs/" "dag_id=example_bash_operator'" - "/run_id=owen_run_run/task_id=run_after_loop/attempt=1.log" + "/run_id=run_run/task_id=run_after_loop/attempt=1.log" }, "offset": 0, }, "log.offset": 1688888863907337472, - "log_id": "example_bash_operator-run_after_loop-owen_run_run--1-1", + "log_id": "example_bash_operator-run_after_loop-run_run--1-1", "message": "Dependencies all met for " "dep_context=non-requeueable deps " "ti=<TaskInstance: " - "example_bash_operator.run_after_loop " - "owen_run_run [queued]>", + "example_bash_operator.run_after_loop ", "task_id": "run_after_loop", "try_number": "1", + "event": "Dependencies all met for " Review Comment: Thanks! Makes sense. Let me file a commit to fix it -- 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