Andres Felipe Huertas Suarez
12/11/2024, 7:44 AMtarget-parquet
loader I have done in the past for other repos, but now I seems to have some problems with the build of pyarrow (not quite sure what is happening) using uvx meltano add loader target-parquet
yields the following error
It has something to do with the pyarrow wheels, maybe some conflicting versions, I tried using uv pip install pyarrow
or uv pip install pyarrow==14.0.0
the uv.lock file looks like. I'm using python 3.9 as that s the supported version for the tap I want to use (tap-shopify) any ideas what is wrong?
version = 1
requires-python = "==3.9.20"
[[package]]
name = "dataops"
version = "0.1.0"
source = { virtual = "." }
Edgar RamÃrez (Arch.dev)
12/11/2024, 5:40 PMEdgar RamÃrez (Arch.dev)
12/11/2024, 5:40 PM