dayrize-usecase/pipeline/beam_etl/justfile

5 lines
161 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 }}"