This repository has been archived by the owner on Mar 13, 2020. It is now read-only.
Add ability to track execution steps and statistics
Pre-release
Pre-release
ChintanRaval
released this
13 May 03:03
·
12 commits
to master
since this release
Add ability to track execution steps and statistics
- introduce a new entity
execution_step
to track each of the data pipeline execution's steps like LOAD, TRANSFORM, etc. - update type of
execution_time_ms
to store up to PostgreSQL 'BIGINT' type - update integration tests to cover all changes