Post-processing components
It is often useful to make modifications to the definitions generated by a component without needing to modify the component logic. Dagster provides a generic mechanism for this called post-processing.
Post-processing is available on all components. To add post-processing to a
component instance, add a post_process field in defs.yaml.
note
Currently post-processing is only supported for the assets, not other definitions.