atul-astronomer commented on issue #46508: URL: https://github.com/apache/airflow/issues/46508#issuecomment-2662133332
@Lee-W I am still able to reproduce this on alpha3 for example DAG given in the description. Asset events are created but not able to read the asset events. @vatsrahul1001 <img width="1139" alt="Image" src="https://github.com/user-attachments/assets/74f5871a-e41a-4c3f-bac4-0ce85dedb85c" /> ```javascript {"timestamp":"2025-02-17T05:49:03.760094","level":"debug","event":"Hook impls: []","logger":"airflow.listeners.listener"} {"timestamp":"2025-02-17T05:49:03.760131","level":"debug","event":"Result from 'on_task_instance_running': []","logger":"airflow.listeners.listener"} {"timestamp":"2025-02-17T05:49:03.760280","level":"error","event":"Task failed with exception","logger":"task","error_detail":[{"exc_type":"TypeError","exc_value":"'NoneType' object is not subscriptable","syntax_error":null,"is_cause":false,"frames":[{"filename":"/opt/airflow/task_sdk/src/airflow/sdk/execution_time/task_runner.py","lineno":592,"name":"run"},{"filename":"/opt/airflow/task_sdk/src/airflow/sdk/execution_time/task_runner.py","lineno":699,"name":"_execute_task"},{"filename":"/opt/airflow/airflow/models/baseoperator.py","lineno":173,"name":"wrapper"},{"filename":"/opt/airflow/airflow/decorators/base.py","lineno":252,"name":"execute"},{"filename":"/opt/airflow/airflow/models/baseoperator.py","lineno":173,"name":"wrapper"},{"filename":"/opt/airflow/providers/standard/src/airflow/providers/standard/operators/python.py","lineno":196,"name":"execute"},{"filename":"/opt/airflow/providers/standard/src/airflow/providers/standard/operators/python.py","lineno":222,"name":"execute _callable"},{"filename":"/opt/airflow/airflow/utils/operator_helpers.py","lineno":261,"name":"run"},{"filename":"/files/dags/datasets/2.10dags/example_inlet_event_extra.py","lineno":30,"name":"read_dataset_event"}]}]} {"timestamp":"2025-02-17T05:49:03.760472","level":"debug","event":"Sending request","json":"{\"state\":\"failed\",\"end_date\":\"2025-02-17T05:49:03.760421Z\",\"type\":\"TaskState\"}\n","logger":"task"} {"timestamp":"2025-02-17T05:49:03.760494","level":"debug","event":"Running finalizers","ti":"RuntimeTaskInstance(id=UUID('01951273-ee74-736f-89ab-8ee33cb70b4a'), task_id='read_dataset_event', dag_id='read_dataset_event', run_id='manual__2025-02-17T05:49:02.442095+00:00', try_number=1, map_index=-1, hostname='81782eead463', task=<Task(_PythonDecoratedOperator): read_dataset_event>, max_tries=0, start_date=datetime.datetime(2025, 2, 17, 5, 49, 2, 848151, tzinfo=TzInfo(UTC)))","logger":"task"} {"timestamp":"2025-02-17T05:49:03.760760","level":"warning","event":"/usr/local/lib/python3.9/site-packages/pluggy/_hooks.py:510: UserWarning: Argument(s) 'error' which are declared in the hookspec cannot be found in this hook call\n self._verify_all_args_are_provided(kwargs)\n","logger":"py.warnings"} ``` -- 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]
