Ferdinand von den Eichen
02/09/2023, 2:34 PMKetan (kumare3)
Ferdinand von den Eichen
02/10/2023, 7:45 AMFlytekit-Only Task Plugin
Flytekit is designed to be extremely extensible. You can add new task-types that are useful only for your use-case. Flyte does come with the capability of extending the backend, but that is only required if you want the capability to be extended to all users of Flyte, or there is a cost/visibility benefit of doing so.
Writing your own Flytekit plugin is simple and is typically where you want to start when enabling custom task functionality.
https://docs.flyte.org/projects/cookbook/en/latest/auto/core/extend_flyte/index.html#flytekit-only-task-plugin
However, we could not find a clear example on how to write such a flytekit-only extension.Ketan (kumare3)
Ferdinand von den Eichen
02/14/2023, 9:35 AMKetan (kumare3)