update-lock-file:
    uv lock

install-dependencies:
    uv sync --dev

test:
    uv run poe test

test-coverage:
    uv run poe test-coverage

upload-spark-scripts:
    cd ../.. && \
    aws s3 cp aws-glue/spark-scripts/src/ s3://hm-production-bucket/aws-glue/spark-scripts/ --recursive
