amphi-ai / amphi-etl

Low-code ETL for structured and unstructured data. Generates Python code you can deploy anywhere.
https://docs.amphi.ai
Other
551 stars 12 forks source link

Missing pyarrow and fastparquet #9

Closed simonaubertbd closed 3 weeks ago

simonaubertbd commented 1 month ago

Trying to transform a csv into parquet :

image

`Error

Unable to find a usable engine; tried using: 'pyarrow', 'fastparquet'. A suitable version of pyarrow or fastparquet is required for parquet support. Trying to import the above resulted in these errors:

tgourdel commented 1 month ago

Thanks again for reporting this issue. Was missing a dependency, fixed in the code and available soon in next release.

tgourdel commented 3 weeks ago

Fixed in latest published version. pip install --upgrade --force-reinstall amphi-etl