Welcome to the Code Editor!
The embedded Visual Studio Code IDE lets you easily add custom scripts, queries, and configuration files along with your flow YAML configuration files.
Get started by selecting a namespace. If you type a name of a namespace that doesn't exist yet, kestra will create it for you at runtime.
Then, add a new file, e.g., a Python script. Try adding a folder named scripts
and a file called hello.py
with the following content:
print("Hello from the Editor!")