https://flyte.org logo
#ask-the-community
Title
# ask-the-community
a

Archit Rathore

06/29/2023, 2:32 PM
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?
e

Eduardo Apolinario (eapolinario)

06/29/2023, 5:31 PM
@Archit Rathore, 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!
a

Archit Rathore

06/29/2023, 6:56 PM
What would the scope of implementing this (would it primarily be on flytekit side?)