Closed YanlinQi-BIA closed 5 days ago
This looks good to me. Per our discussion yesterday on writing parquet files as an intermediate format, does it make sense to also include
pyarrow
in the oracle_puller environment?
Certainly, will do.
This looks good to me. Per our discussion yesterday on writing parquet files as an intermediate format, does it make sense to also include
pyarrow
in the oracle_puller environment?Certainly, will do.
pyarrow
has been added to the oracle_puller environment.
Task Background
This PR implements updates to the Oracle puller and uploader components, focusing on managing dependencies and configurations in
poetry.lock
andpyproject.toml
.Order of Review
pyproject.toml - Updated dependencies for Oracle puller.
poetry.lock - Reflects dependency updates.
oracle_puller/ - Contains main logic updates for the Oracle puller.
uploader/ - Contains main logic updates for the uploader.