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.
482 Blueprints
Submit a Python Apache Beam pipeline to a distributed Flink portable runner via a JobServer, triggered after upstream ingestion succeeds.
Use the Beam YAML framework with the Python SDK to read, filter, and rewrite a daily orders CSV, backfill-safe and with a non-injectable threshold.
Run the canonical Apache Beam word-count pipeline locally with the DIRECT runner over a real ingested text file.
Automatically re-execute FAILED or WARNING executions via a Flow trigger and Subflow, with label based loop protection.
Event-driven cross-cloud ETL that loads new Azure Blob CSV files into BigQuery and triggers a dbt Cloud transformation job.
Ship Kestra workflow and system logs to AWS CloudWatch on a daily schedule for centralized monitoring, auditing, and observability.
Watch a CloudWatch backlog metric and fire an EMR Serverless Spark job only when work is pending.
Query Azure Monitor for idle Batch pool nodes, scale the pool down automatically when it is over-provisioned, and purge cold scratch blobs on the same hourly run.
Refresh only the BigQuery partitions that changed by loading each day's GCS files into its matching partition with WRITE_TRUNCATE.
Chain Blob Storage, an Azure Function, Service Bus, and Data Factory in one execution, from file arrival to warehouse load, with a Teams notification.
Clone an Azure Function from Git, deploy it with the Azure CLI, then chain an Azure Logic App and fetch its result.
Ship Kestra audit logs on a weekly schedule, convert them to CSV, and email the report automatically.
React to new Amazon S3 objects and fan out by file type, routing JSON to AWS Lambda and everything else to SNS, with a Slack notification.
Run a Glue ETL job, validate the output with Athena, then cache the headline KPI in DynamoDB.
Provision AWS Batch on ECS Fargate with Terraform, then run parallel Python workloads on it from one Kestra flow.
Invoke multiple AWS Lambda functions in parallel, target specific versions and aliases, pass custom payloads, and parse the JSON results.
Poll an Azure Event Hub on a schedule and page on-call automatically when the event volume in the window drops below the expected floor.
Publish custom application and system events to AWS EventBridge using inline definitions or bulk JSON payloads.
Publish inline events and API-sourced JSON to AWS Kinesis Data Streams in bulk, with automatic ION conversion.
Stream Kestra audit logs from a Kafka topic into Google BigQuery for analytics, monitoring, and compliance reporting.
A Pub/Sub trigger micro-batches streaming messages and appends them to a raw BigQuery table as newline-delimited JSON, staying under DML limits.
Snapshot a VM and register the backup as a typed snapshot asset with retention metadata in the Kestra catalog.
Find servers with outdated Python via asset metadata queries, upgrade them, refresh the catalog, and AI-analyze any failure.
List a container, copy each blob into a dated archive prefix, notify Slack, then pause before deleting anything past retention, so only the destructive step waits on a named reviewer.