Tom Reitz

Results 4 issues of Tom Reitz

This PR adds two new features: 1. debug operation, to be used for debugging an earthmover project 2. `earthmover show` command, likewise to be used for debugging as well as...

When `destinations.X.template` not specified, each row of the `source` dataframe is turned into a JSON object where column names become object properties,

This PR adds a `--set` flag to the cli to enable overriding values in _compiled_ `earthmover.yml`. For example, you can ```bash earthmover run -c path/to/earthmover.yml --set config.tmp_dir /tmp/earthmover ``` or...