You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use turbodbc to extract data from postgresql and to parquet files. My problem is with the function fetcharrowbatches. In gogle colab, when trying to use that function, the next error is shown:
Error: This installation of turbodbc does not support Apache Arrow extensions. Please install the `pyarrow` package. If you have built turbodbc from source, you may also need to reinstall turbodbc to compile the extensions.
Thanks for this great project,
I'm trying to use turbodbc to extract data from postgresql and to parquet files. My problem is with the function fetcharrowbatches. In gogle colab, when trying to use that function, the next error is shown:
I'm installing turbodbc with this code:
The installation doesn't show errors. So, is integration with pyarrow supported inside Google Colab enviroment?
The text was updated successfully, but these errors were encountered: