Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@anna-geller
Created May 18, 2023 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anna-geller/cadbd0be6f3026381a3bc3528179c0cb to your computer and use it in GitHub Desktop.
Save anna-geller/cadbd0be6f3026381a3bc3528179c0cb to your computer and use it in GitHub Desktop.
id: gitPythonPublicRepository
namespace: prod
tasks:
- id: py
type: io.kestra.core.tasks.flows.Worker
tasks:
- id: clone-repository
type: io.kestra.plugin.git.Clone
url: https://github.com/anna-geller/kestra-flows
branch: main
username: anna-geller
- id: py-bash
type: io.kestra.core.tasks.scripts.Python
commands:
- ./bin/python flows/etl_script.py
requirements:
- requests
- pandas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment