Skip to content

Instantly share code, notes, and snippets.

@anna-geller
Created July 28, 2023 08:04
Show Gist options
  • Save anna-geller/2fc306dafbcd901de242476612bbbb2b to your computer and use it in GitHub Desktop.
Save anna-geller/2fc306dafbcd901de242476612bbbb2b to your computer and use it in GitHub Desktop.
id: your_flow_name
namespace: dev
tasks:
- id: dbt
type: io.kestra.core.tasks.flows.WorkingDirectory
tasks:
- id: cloneRepository
type: io.kestra.plugin.git.Clone
url: https://github.com/dbt-labs/jaffle_shop_duckdb
branch: duckdb
- id: dbt-build
type: io.kestra.plugin.dbt.cli.Build
# dbt profile config...
triggers:
- id: every-15-minutes
type: io.kestra.core.models.triggers.types.Schedule
cron: "*/15 * * * *"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment