Fast first pipeline
Install the runner, connect a source and destination, and materialize bronze, silver, and gold assets without hand-authoring the first dbt project.
The Skippr runner is Cloud ELT for implementers: discover sources, sync into your warehouse, and generate silver/gold dbt you can inspect and own.
Status: Preview — the runner, connectors, and Cloud control plane are available for evaluation. Cloud lake ingest APIs (CreatePipeline / StartRun) are documented on Cloud ELT APIs.
See the Install guide for the full setup, including Windows PowerShell.
curl -fsSL https://install.skippr.io/install.sh | shClick to copyInstalling Skippr means accepting the Skippr EULA.
Skippr is a compiled runner. For the first pipeline you also need Python 3.10+, dbt-core, and the adapter for your destination because Skippr generates and validates standard dbt output.
See Install for the full setup.
| Path | Best for | Guide |
|---|---|---|
| Snowflake | Production-style evaluation with a warehouse most teams already use | Quick Start: Snowflake |
| PostgreSQL | Local evaluation without a cloud warehouse account | Quick Start: PostgreSQL |
| BigQuery | GCP-first evaluation path | Quick Start: BigQuery |
skippr test for dbt tests; the modeling workflow also performs validation steps).See How It Works for the full pipeline flow and how it maps to the CLI phases.
skippr to your destination. It is not sent through Skippr Cloud as a hosted data plane.Cloud ELT supports databases, warehouses, object stores, streaming systems, and operational sinks. Strong evaluation starting points: Snowflake, PostgreSQL, BigQuery, MSSQL, S3, MySQL, MongoDB, DynamoDB, and Kafka.
Connector guides include authentication, permissions or network requirements, and troubleshooting.
See Source Connectors and Destination Connectors.
| Dependency | Why |
|---|---|
| Python 3.10+ | Required by dbt |
| dbt-core + warehouse adapter | Model compilation and materialisation |
| A Skippr Cloud account | Authentication and Cloud-backed control-plane services |
CreatePipeline / StartRun