ambika-garg commented on PR #47837: URL: https://github.com/apache/airflow/pull/47837#issuecomment-2751260019
> Roughly tracing all the way down, it seems that the `task_to_execute` we pass to `ExecutionCallableRunner` > > https://github.com/apache/airflow/blob/main/airflow-core/src/airflow/models/taskinstance.py#L610 > > is a `BaseOperator` instead of a `PythonOperator` (or another Python-based operator inheriting from `BaseOperator`). Compared to the `example_python_operator` DAG > > https://github.com/apache/airflow/blob/main/airflow-core/src/airflow/example_dags/example_python_operator.py > > this results in a `NotImplementedError` being raised from `BaseOperator.execute` > > https://github.com/apache/airflow/blob/main/airflow-core/src/airflow/models/baseoperator.py#L441-L449 Thanks for the amazing insights, @jason810496! I’m wondering why these are failing since nothing related to them is being changed in the PR. -- 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