Skip to content

Ingress

Ingress is how data enters a workflow: uploads on File Input, HTTP triggers on REST Input, or catalog sync through Data Connector nodes backed by PyAirbyte. Parsed tabular data is stored securely in your workspace (see Storage and processing). Connector credentials are configured in node settings and resolved from Vault at run time, never stored in workflow config.

Data Replication

Ingest data from major databases, SaaS, files, APIs, streams, and custodian feeds into governed workflow datasets.

MechanismDescription
File InputUpload or drag-and-drop. Tabular, FIX, SWIFT/MT940, and OFX/QFX files parse to row datasets on the workflow engine; PDF and office documents route through Docling on the platform cluster. See Supported formats for the full extension list.
REST InputExternal systems POST JSON to trigger a run and populate the input node output port.
Data Connector (Airbyte)Airbyte-catalog sources via PyAirbyte: Notion, Postgres, S3, and hundreds more. No separate Airbyte platform server.
  • Python and YAML connectors run inside the workflow engine pod
  • Docker and Java connectors run in isolated short-lived jobs with scanned, pinned images
  • Connectors are baked into release images at build time (no runtime package installs on production hosts)