hello community, I needed little help :sweat_smile...
# flyte-support
b
hello community, I needed little help đŸ˜… while navigating through the code of flyte, where can i find examples of existing backend executors in https://github.com/flyteorg/flyte thank you
t
Sorry, what kind of backend executors are you looking at?
b
Are there executors for AWS batch & Kubernetes present in flyte ?
t
You should be able to find them in the flytekit repo: https://github.com/flyteorg/flytekit/tree/master/plugins/flytekit-aws-batch
b
so any new executors for flytekit SDK shall be included as plugins ?
t
What kind of an executor are you referring to?
b
There was an issue raised to chain tasks locally by the help of an executor
I was looking for an example
t
@glamorous-carpet-83516, what kind of an executor needs to be built? Could you clarify?
g
sorry. I mean we need to create a graph (DAG) locally first, and then executor can traverse the nodes (dfs), and run the task (python_function) locally
every task will be running locally. it will be a local task executor. we can add aws batch or other executors later.
b
@glamorous-carpet-83516 so already there is an executor present or that also needs to be implemented after DAG is done
g
there is no executor locally now
b
so is shim task executor being used ? @glamorous-carpet-83516
g
that’s used for sql task
b
i'm thinking this would be a dynamic workflow as number of tasks would need to be passed an parameter