Skip to content
This repository was archived by the owner on Mar 13, 2020. It is now read-only.

Rename to DPO, Integration tests and Alembic

Pre-release
Pre-release
Compare
Choose a tag to compare
@seanbudd seanbudd released this 08 Apr 03:59
· 26 commits to master since this release
69deebc

Changes

Add Alembic

  • #20 : add schema revision tool alembic
  • #21 : delete accidental alembic file

Rename MCD to DPO

  • formerly "model-change-detector" now "data-pipeline-orchestrator"

Add Integrations Tests

Add coverage for all new commands in integration tests

  • add coverage for all new commands in integration tests
  • make integration tests re-runnable
  • apply DRY to assist multiple execution iterations
  • log passing tests post assertion
  • move from plain Bourne shell to Bash shell since we now use a 3rd-party gist to generate UUIDs to allow us to re-run integration tests on dev machines