airflow icon indicating copy to clipboard operation
airflow copied to clipboard

Only excluded actually expanded fields from render

Open uranusjr opened this issue 3 years ago • 1 comments

Previously we excluded all mapped kwargs from being rendered, which cause issues for fields that are not actually rendered during expansion (i.e. those that are literals). This new implementation adds some extra logic to ensure we still include kwargs that still need rendering.

Fix #25588.

uranusjr avatar Aug 08 '22 10:08 uranusjr

Seems to make sense.

ferruzzi avatar Aug 08 '22 22:08 ferruzzi