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.
19 Blueprints
Poll SAP HANA for new high-value transactions and alert the finance team in Slack in near real time.
Bulk-load real-time events into ClickHouse with asynchronous inserts, keep an hourly rollup current via a materialized view, and force TTL-based cleanup on every run.
Poll a SQL Server queue-style table for pending rows, flip them to processed in the same transaction, and fan out to a per-row task the moment work appears.
Run a Kestra workflow automatically whenever a Snowflake query returns matching rows.
Export a SAP HANA analytics view to CSV in an S3 data lake on a daily schedule.
Bootstrap a ClickHouse database and table, insert rows, and run a SQL query that stores results, all in one Kestra flow.
Download a CSV, truncate-and-reload it into Vertica with a batch insert, then run a columnar aggregation query.
Watch a Vertica table for new rows, post one batched Slack alert, then mark only the alerted ids processed.
Run a SQL query against your Snowflake data warehouse and capture the results in Kestra.
Run a Databricks SQL query against your lakehouse, export the results to CSV, and analyze them in Python with Pandas.
Run a daily SQL Server aggregate query, convert it to CSV, and email it as an attachment, skipping empty days and alerting Slack on failure.
Run a daily Vertica aggregation, guard against empty results, convert to CSV, and ship it to an S3 reporting bucket.
End-to-end Snowflake ETL with Kestra: create a database and table, stage a CSV, COPY INTO Snowflake, and run analytical SQL.
Stage a delta file, COPY into a staging table, and MERGE into the Snowflake target as one atomic transaction for an idempotent upsert.
Poll a Snowflake stream for new rows, load each batch into Postgres in parallel, run dbt transformations, and alert Slack on failure.
Stream SQL Server row-level changes in real time with the Debezium SQL Server connector and alert Microsoft Teams on high-value changes, no Kafka Connect required.
Extract changed rows from a source SQL Server table since the last KV-tracked watermark and bulk-insert them into a destination instance with chunked JDBC batches.
Stage changed rows since a KV-tracked watermark, MERGE them into a target table with dedup, and advance the watermark, all inside one SQL Server transaction.
Run a transactional, idempotent SAP HANA partition reload, then verify source and target row counts match.