waqas-saeed opened a new issue, #54474:
URL: https://github.com/apache/airflow/issues/54474

   ### Apache Airflow version
   
   3.0.4
   
   ### If "Other Airflow 2 version" selected, which one?
   
   _No response_
   
   ### What happened?
   
   class MyCustomSnowflakeOperator(SQLExecuteQueryOperator):
   
       ui_color = "#F54927"
   
   ... here goes the code for custom operator
   
   
   when I was running with Airflow 2.10.3 this colour was respected and I could 
see my task in this color just fine.
   
   Now I've upgraded to airflow 3.0.4 and all I can see is just plain white 
background and this colour is completely ignored. 
   
   
   
   ### What you think should happen instead?
   
   In taskgroup or in customer operator, if we are providing ui_colour value 
then it should be respected and should be visualised in airflow UI. This allows 
us to easily identify different types of operators in our DAG... It also allows 
us to organise the DAG a bit better as well. 
   
   ### How to reproduce
   
   Just create any customer operator like the example above and define ui_color 
value and it will be ignored by Airflow UI
   
   ### Operating System
   
   MacOS
   
   ### Versions of Apache Airflow Providers
   
   3.0.4
   
   ### Deployment
   
   Docker-Compose
   
   ### Deployment details
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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

Reply via email to