Thomas Vogels

Results 3 issues of Thomas Vogels

**Describe the bug** The upload script that deploys Arthur copies the latest version of the code into S3 while keeping a version number, so for example: `dist/redshift_etl-1.56.0.tar.gz`. But the file...

bug report
feature
component: internals

## Is your feature request related to a problem? This proposal addresses multiple issues commonly faced in a data warehouse by extending the current approach in Arthur: * Needing a...

feature
component: internals

Per Benson's suggestion, use `pip-compile` and keep requirements in `requirements.in` with full set of dependencies and with their pinned versions in `requirements.txt`.

feature