ashb commented on issue #57389: URL: https://github.com/apache/airflow/issues/57389#issuecomment-3755933374
This appears to be fixed on main now. (I haven't tests on release branches to see if this works or not there), but I think this will work right in 3.1.x now <img width="993" height="375" alt="Image" src="https://github.com/user-attachments/assets/da176c0d-bff3-440e-92b3-e69d5147dd51" /> ``` [2026-01-15 16:59:37] INFO - DAG bundles loaded: dags-folder source=airflow.dag_processing.bundles.manager.DagBundlesManager loc=manager.py:209 [2026-01-15 16:59:37] INFO - Filling up the DagBag from /files/dags/aip72.py source=airflow.dag_processing.dagbag.BundleDagBag loc=dagbag.py:631 [2026-01-15 16:59:37] INFO - Logging before log group start for task: log_group_with_exception_task source=unusual_prefix_d6e0185a8e47e71ac430e5c12d37af71098c0246_aip72 loc=aip72.py:50 [2026-01-15 16:59:37] INFO - Inside of log group named 'log_group_with_exception_task' source=unusual_prefix_d6e0185a8e47e71ac430e5c12d37af71098c0246_aip72 loc=aip72.py:54 [2026-01-15 16:59:37] WARNING - Inside of log group named 'log_group_with_exception_task' source=unusual_prefix_d6e0185a8e47e71ac430e5c12d37af71098c0246_aip72 loc=aip72.py:55 [2026-01-15 16:59:37] ERROR - Inside of log group named 'log_group_with_exception_task' source=unusual_prefix_d6e0185a8e47e71ac430e5c12d37af71098c0246_aip72 loc=aip72.py:56 [2026-01-15 16:59:37] ERROR - Task failed with exception source=task loc=task_runner.py:1179 Exception: raise_exception=True File "/opt/airflow/task-sdk/src/airflow/sdk/execution_time/task_runner.py", line 1095 in run File "/opt/airflow/task-sdk/src/airflow/sdk/execution_time/task_runner.py", line 1502 in _execute_task File "/opt/airflow/task-sdk/src/airflow/sdk/bases/operator.py", line 419 in wrapper File "/opt/airflow/providers/standard/src/airflow/providers/standard/operators/python.py", line 214 in execute File "/opt/airflow/providers/standard/src/airflow/providers/standard/operators/python.py", line 237 in execute_callable File "/opt/airflow/task-sdk/src/airflow/sdk/execution_time/callback_runner.py", line 82 in run File "/files/dags/aip72.py", line 65 in _log_group_task File "/files/dags/aip72.py", line 60 in _log_group_task ``` -- 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]
