mozilla / docker-etl

Collection of dockerized ETL jobs managed by data engineering.
Mozilla Public License 2.0
19 stars 15 forks source link

Move webcompat to using pyproject and add a test script #294

Closed jgraham closed 2 weeks ago

jgraham commented 2 weeks ago

This adds a test.sh script for running the tests without docker, and a webcompat-etl script to run locally.

requirements.txt isn't removed in order to avoid needing to also change the Docker image.

Checklist for reviewer:

ksy36 commented 2 weeks ago

@scholtzan wonder if you could merge this, please? (so the docker image gets pushed to the artifact registry)

ksy36 commented 2 weeks ago

thank you!