When Kadoa delivers
Kadoa delivers data to Amazon S3, Google Cloud Storage, and SFTP immediately after a workflow run completes. Data is available in Snowflake and Databricks about 5 minutes after completion.Formats
Amazon S3, Google Cloud Storage, and SFTP support these file formats.File layout and path template
The default path template is:Additional fields
Additional fields add source labels or workflow details to every exported record. They are available in CSV, JSONL, and JSON files, but not Parquet. Each field has a name you choose and a fixed value or a variable. Kadoa replaces variables with the details of the workflow or run.
Supported variables:
{teamId}{workflowId}{workflowName}{runId}{runDate}{runDatetime}
Workflow health files
Health files let you monitor workflow status from your Amazon S3, Google Cloud Storage, or SFTP destination. They are enabled by default for Amazon S3 and Google Cloud Storage, and disabled for SFTP. Kadoa can enable or disable health files for your integration. When enabled, Kadoa writes one JSON file for each of these events:workflow_finished: a scheduled workflow finishes.workflow_failed: a scheduled or realtime workflow fails.workflow_recovered: a realtime workflow recovers.
runId is present only when the event belongs to a run.