Is there a way to dynamically override arbitrary p...
# flyte-support
m
Is there a way to dynamically override arbitrary parts of a PythonFunctionTask pod template at the call site, similar to overriding resources with
with_overrides
? It looks like
with_overrides
is implemented on
Promise
and
Node
, but there aren't any overrides for
pod_template
. Is there something precluding this or is it just not implemented yet?