amoghrajesh commented on PR #45924:
URL: https://github.com/apache/airflow/pull/45924#issuecomment-2609282772

   Legacy without my changes:
   ```
   2f107d64f771
    ▶ Log message source details
   [2025-01-23, 09:14:33 UTC] {local_task_job_runner.py:120} ▶ Pre task 
execution logs
   [2025-01-23, 09:14:33 UTC] {logging_mixin.py:212} INFO - AssetEvent(id=2, 
asset_id=1, extra={}, 
source_task_id='produce_asset_events_through_asset_alias', 
source_dag_id='asset_alias_example_alias_producer', 
source_run_id='manual__2025-01-23T09:14:17.503997+00:00', source_map_index=-1, 
source_aliases=[AssetAliasModel(name='example-alias')])
   [2025-01-23, 09:14:33 UTC] {python.py:198} INFO - Done. Returned value was: 
None
   [2025-01-23, 09:14:33 UTC] {taskinstance.py:331} ▶ Post task execution logs
   ```
   
   
   Legacy with my changes:
   ```
   ae19b24f9ec4
    ▶ Log message source details
   [2025-01-23, 09:18:54 UTC] {local_task_job_runner.py:120} ▶ Pre task 
execution logs
   [2025-01-23, 09:18:54 UTC] {logging_mixin.py:212} INFO - AssetEvent(id=2, 
asset_id=1, extra={}, 
source_task_id='produce_asset_events_through_asset_alias', 
source_dag_id='asset_alias_example_alias_producer', 
source_run_id='manual__2025-01-23T09:18:36.263671+00:00', source_map_index=-1, 
source_aliases=[AssetAliasModel(name='example-alias')])
   [2025-01-23, 09:18:54 UTC] {python.py:198} INFO - Done. Returned value was: 
None
   [2025-01-23, 09:18:54 UTC] {taskinstance.py:332} ▶ Post task execution logs
   ```
   
   Which is the same, so likely its a change needed in the test cases.


-- 
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

Reply via email to