The following is an example Executor configuration:
jtype:MyExecutorwith:match_args:{}py_modules:-executor.pymetas:name:Indexerdescription:Indexes all Documentsurl:https://github.com/janedoe/indexerkeywords:['indexer','executor']
List of strings defining the Executor’s Python dependencies. Most notably this must include the Python file containing the Executor definition itself, as well as any other files it imports.
Collection containing meta-information about the Executor.
Your Executor is annotated with this information when publishing to Executor Hub. To get better appeal on Executor Hub, set the metas fields to the correct values:
name: Human-readable name of the Executor.
description: Human-readable description of the Executor.
url: URL of where to find more information about the Executor, normally a GitHub repo URL.
keywords: A list of strings to help users filter and locate your package.