Skip to content

Instantly share code, notes, and snippets.

@pythoninthegrass
Created August 29, 2024 21:18
Show Gist options
  • Save pythoninthegrass/87673f7b2c2ca38bfe0dbe2f63562674 to your computer and use it in GitHub Desktop.
Save pythoninthegrass/87673f7b2c2ca38bfe0dbe2f63562674 to your computer and use it in GitHub Desktop.
Use namespace files to run a basic python script on the kestra host
id: editor
namespace: company.team
tasks:
- id: hello
type: io.kestra.plugin.scripts.python.Script
namespaceFiles:
enabled: true
script: "{{ read('scripts/hello.py') }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment