Use-cases
Users
Industries
Hi! I'm your Kestra AI assistant.Ask me anything about workflows.
EXAMPLE QUESTIONS
The first step is always the hardest. Search or browse to kick-start your next flow.
175 Blueprints
Download a CSV, run a SQL aggregation in DuckDB, and export the results back to CSV.
Create a production-ready ELT pipeline in Python that pulls analytics data from Google Analytics (GA4) and loads it into DuckDB using dlt (data load tool).
Extract JSON from a REST API and load it into DuckDB with dlt, fully orchestrated in a single Python task.
Aggregate a day of DocumentDB orders, export the summary to CSV, and post a Slack digest with real figures.
Download a Parquet file from Databricks DBFS into Kestra and inspect it with a Python and Pandas script.
Clone a dbt project from Git and run it against Snowflake in an isolated Docker container, end to end with Kestra.
Query Apache Druid with SQL, export to CSV, and analyze the results in Python with Pandas.
Clone a dbt project from Git, build it on DuckDB, and export the modeled tables to CSV.
Fetch a JSON API and upsert every record into a DocumentDB collection, idempotently.
Extract Zendesk support tickets into DuckDB with a dlt Python pipeline orchestrated by Kestra.
Load Zendesk support tickets into a Weaviate vector store with dlt, ready for semantic search and RAG.
Sync Pipedrive CRM data into BigQuery every hour with a dlt Python pipeline orchestrated by Kestra.
Stream MySQL change data capture events with Debezium and fire a Slack alert the instant a row is deleted.
Query a Dremio lakehouse with SQL, then transform the results in Python with Polars.
Query Apache Druid, convert results to CSV, stage them on S3, and load into Amazon Redshift.
Run a dbt transformation, push the results to operational tools with a Hightouch reverse ETL sync, then notify your team on Telegram.
Run a Python ELT pipeline with dlt that extracts Chess.com API data and loads it into DuckDB on a schedule.
Run a full dbt build against MotherDuck, cloning your dbt project from Git and executing it in a reproducible Docker container.
Run a dbt ELT pipeline on PostgreSQL by cloning a dbt project from Git and executing dbt build inside a Docker container.
Clone a dbt project from Git and run dbt deps plus dbt build on DuckDB inside one Docker container.
Pull a dbt project from Git and run dbt build against Amazon Redshift inside a reproducible Docker container.
Run dbt Core transformations on DuckDB straight from a Git repository for fast, reproducible, zero-infrastructure analytics.
Run dbt Core models and tests on a schedule and alert Slack the moment a build or test fails.
Keep a DocumentDB collection in sync with an external source using a serialized, race-safe emulated upsert and optional id-scoped retirement.