mara / mara-pipelines

A lightweight opinionated ETL framework, halfway between plain scripts and Apache Airflow
MIT License
2.07k stars 100 forks source link

Test run demo pipeline in travis #30

Closed martin-loetzsch closed 1 year ago

martin-loetzsch commented 4 years ago

This is a step towards having actual tests.

This PR extends the travis config to also contain a postgres instance and then runs the demo pipeline from https://github.com/mara/data-integration/blob/master/data_integration/pipelines.py#L309

Example output: https://travis-ci.org/mara/data-integration/jobs/658643383

leo-schick commented 1 year ago

will close this PR in favor of #98