An inquiry from slack came through regarding whether this can be run without any python wrapper.
This would be good to explore and document.
From the logs, here's the docker run statement from plan when running locally. (The plan statement is Tapdance's replacement for discover.)
docker run -v C:\Files\Source\tapdance\samples\taps:/projects/my-project -w /projects/my-project dataopstk/tapdance:tap-covid-19 tapdance plan covid-19
And here's the sync command:
docker run -v C:\Files\Source\tapdance\samples\taps\covid-19:/projects/my-project -w /projects/my-project dataopstk/tapdance:covid-19-to-csv tapdance sync covid-19 csv
And a screenshot of a sync running natively in ECS (dockerized):

(Note that currently, running the sync command also runs plan.)
An inquiry from slack came through regarding whether this can be run without any python wrapper.
This would be good to explore and document.
From the logs, here's the docker run statement from
planwhen running locally. (Theplanstatement is Tapdance's replacement fordiscover.)And here's the sync command:
And a screenshot of a sync running natively in ECS (dockerized):
(Note that currently, running the
synccommand also runsplan.)