You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/05 19:18:40 UTC

[GitHub] [airflow] bbovenzi commented on issue #22762: Grid view details shows `_PythonDecoratedOperator` instead of `@task.python`

bbovenzi commented on issue #22762:
URL: https://github.com/apache/airflow/issues/22762#issuecomment-1089219608

   The cause of this in the UI is that we are using `get_tasks` on the REST API which doesn't directly pass the operator name. Only via `class_ref.class_name`.
   
   This fix would be to update the get_tasks endpoint to send an `operator`


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org