Get Started Free
Docs Quickstart

Quickstart

This guide walks you from zero to a running pipeline with schema drift monitoring in under 5 minutes.

You'll need a source database or Kafka topic and a destination warehouse (Snowflake, BigQuery, or Redshift). No destination yet? Browse all connectors.

1. Install the CLI

Install the Queryvine CLI via pip:

2. Authenticate

Generate an API key from your workspace settings, then authenticate the CLI:

3. Connect a source

Initialize your first pipeline with an interactive connector wizard:

4. Add drift rules

Queryvine created a drift_rules.yaml with sensible defaults. Open it to see what's detected automatically:

5. Deploy and run

Push your pipeline to Queryvine and trigger the first run:

Your pipeline is live. Queryvine will now monitor every run for schema changes and alert you before data breaks.

What's next