Hello! I'm running into an issue using `tap-parque...
# troubleshooting
r
Hello! I'm running into an issue using
tap-parquet
. When running
meltano config tap-parquet test
, I'm receiving this error message:
ValueError: Unmappable data type 'float'.
Depending on the Parquet file I configure
tap-parquet
to point at, the unmappable data type is either float or double. Is this a known issue with
tap-parquet
?
p
It looks like those types arent supported by the tap right now https://github.com/dataops-tk/tap-parquet/blob/d9c50ea92a68b7777e31ca622468e1dadd86d9ce/tap_parquet/streams.py#L28. You could open a PR to support them if you want. @aaronsteers do you know if theres a specific reason for not supporting them right now?
a
No reason not to support. PRs would be welcome!
r
Good to know, thank you! I'll open a PR