Skip to content

ELT APIs

elt is Skippr Cloud’s managed ingest surface: a deployment and wrap of skipprd. You define pipelines and start runs through Cloud APIs; the platform runs skipprd for you (you do not install the binary for the default path).

Status: Preview — pipeline and run registry APIs are live in tables (CreatePipeline, StartRun, DescribeRun, GetPipeline, ListPipelines, UpdatePipeline, DeletePipeline, ListRuns, StopRun). Managed skipprd execution on compute (real sync/lake writes) is coming soon. For the self-hosted Skippr runner (CLI on your machines), see the ELT docs home.

Concepts

TermMeaning
PipelineNamed source → sink definition in Cloud
RunOne execution with a run_id
Managed skipprdPlatform-run skipprd (Cloud default path)
RunnerOptional self-hosted skippr CLI — separate from managed Cloud elt

Access (Cloud APIs)

Hostnameelt.eu-central-1.cloud.skippr.io
ProtocolCloud JSON (X-Amz-Target: CloudElt.*)
AuthSigV4 (elt) / Cloud JWT via gateway
Regioneu-central-1

Operations

OperationNotes
CreatePipelineRegister name, source, sink
GetPipelineRead pipeline metadata
ListPipelinesPaginated tenant pipeline list
UpdatePipelineReplace source / sink
DeletePipelineRemove pipeline metadata
StartRunReturns run_id (Preview: registry status only)
DescribeRunRead run status
ListRunsPaginated runs; optional pipeline_name filter
StopRunPreview: marks PENDING/RUNNING runs FAILED
Pipeline schedulesComing soon

Self-hosted runner (optional)

Install and evaluate pipelines yourself (Snowflake, PostgreSQL, BigQuery, …):

That path is not how managed Cloud elt executes pipelines.