Is there a way to exclude certain arguments in a `...
# flyte-support
c
Is there a way to exclude certain arguments in a
@flytekit.dynamic
task from being part of the cache calculation? Is the alternative approach described in https://github.com/flyteorg/flyte/issues/3058 (using Annotated + HashMethod) the current best way to do it?
h
@crooked-lifeguard-46802, correct, that's currently the best way. That said, contributions are welcome, this should be a great introduction to several Flyte components. Tag me on PRs or if you want to discuss this further!
gratitude thank you 1
c
What would the scope of implementing this (would it primarily be on flytekit side?)
149 Views