Skip to content
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
Compare
Choose a tag to compare
@ChintanRaval ChintanRaval released this 13 May 03:03
· 12 commits to master since this release
2a6f430

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