Move pipelines
This commit is contained in:
parent
c0f88602bf
commit
2131da96aa
6 changed files with 166 additions and 252 deletions
|
|
@ -12,9 +12,10 @@ tasks:
|
|||
deps:
|
||||
- install
|
||||
cmds:
|
||||
- uv run python download_land_registry.py
|
||||
- uv run python download_arcgis_data.py
|
||||
- uv run python -m pipeline.pois
|
||||
- uv run -m pipeline.download.arcgis
|
||||
- uv run -m pipeline.download.pois
|
||||
- uv run -m pipeline.download.deprivation_data
|
||||
- uv run -m pipeline.download.price_paid
|
||||
|
||||
pipeline:
|
||||
desc: Run data processing pipeline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue