Description
Previously in Airflow 2 we used to support template_field_renderers that would prettily display in the UI template fields like SQL, JSON, etc. It appears to me that we do not support this yet in Airflow 3. Apparently, this was being handled on the server side previously, but with the changes, the guess is, it now needs to be handled on the client side(?)
Use case/motivation
Before
(SQL field being rendered prettily)
Now (not rendering prettily)
This I observed while working with Cosmos (Astronomer), but if I search template_fields_renderers the Airflow code base, I see a lot of providers do try to set them.
It would be nice to support this for better user experience.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
Description
Previously in Airflow 2 we used to support
template_field_renderersthat would prettily display in the UI template fields likeSQL,JSON, etc. It appears to me that we do not support this yet in Airflow 3. Apparently, this was being handled on the server side previously, but with the changes, the guess is, it now needs to be handled on the client side(?)Use case/motivation
Before
(SQL field being rendered prettily)
Now (not rendering prettily)
This I observed while working with Cosmos (Astronomer), but if I search
template_fields_renderersthe Airflow code base, I see a lot of providers do try to set them.It would be nice to support this for better user experience.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct