bcgov / nr-fds-pyetl

Repository for the python etl sync process currently used by nr-spar
Apache License 2.0
0 stars 0 forks source link

Transition dependency management for sync job to poetry #27

Open franTarkenton opened 1 month ago

franTarkenton commented 1 month ago

Currently the sync job uses a basic, venv and requirements.txt to manage its dependencies. This ticket will see the transition to using poetry to manage dependencies for both the code bases in this repository.

franTarkenton commented 2 days ago

Already started this with feat #10 ( branch feat/10-run-sync-local )