dayrize-usecase/pipeline/beam_etl/justfile

8 lines
189 B
Plaintext

input := "../../data/large_target_store_products_dataset_sample - large_target_store_products_dataset_sample.csv"
run:
python -m main --input "{{ input }}"
test:
python -m pytest