Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 526 Bytes

File metadata and controls

26 lines (17 loc) · 526 Bytes

Basic meltano migrations test

A quick test of how meltano applies migrations.

Setup

This test ships with a sample meltano database from Meltano v2.5.0 already in .meltano. To utilize it run:

meltano install

Trigger a migration event

meltano --environment=dev state list

Validate that a new run completes successfully

Validate that we can perform an EL task post migration:

meltano --environment=dev run tap-gitlab target-sqlite
meltano --environment=dev state list