Summary
The user is asking if it's possible to test a backend plugin in Go without using Flytekit, specifically without writing tasks and workflows. They mention that the generate make target
in the flyteidl
directory can regenerate stubs and that it requires Go 1.21 or 1.22 to run the command make -C flyteidl generate
from the root of the repository.