You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "pierrejeambrun (via GitHub)" <gi...@apache.org> on 2023/02/23 15:09:29 UTC

[GitHub] [airflow] pierrejeambrun commented on pull request #29042: Clarify graph view dynamic task labels

pierrejeambrun commented on PR #29042:
URL: https://github.com/apache/airflow/pull/29042#issuecomment-1441951077

   Hello @KarthikRajashekaran,
   
   Front end assets are built/bundled using webpack. So you would need to rebuild this part in your image for it to work. (__python setup.py compile_assets__ command pointed by Jarek or directly using yarn)
   
   As Jarek mentioned, you can also use breeze to build docker images and python packages in a consistent way. Here you could rebuild your own version of the airflow package with this patch, then extend your docker image to use this patched airflow version.
   
   Hope this helps.


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