dayrize-usecase/pipeline/beam_etl/justfile

8 lines
189 B
Plaintext
Raw Normal View History

2023-06-21 19:11:17 +02:00
input := "../../data/large_target_store_products_dataset_sample - large_target_store_products_dataset_sample.csv"
run:
python -m main --input "{{ input }}"
2023-06-22 09:40:26 +02:00
test:
python -m pytest