Xiaoying Wang
Xiaoying Wang
> tabulate was removed as a vendored package and added as a dependency. Perhaps you might want to upgrade cli_helpers package. > > [dbcli/cli_helpers@a21650d](https://github.com/dbcli/cli_helpers/commit/a21650dd458d42936aa95ad41b8f676e81579b91) This solves my issue by forcing...
Hi @wonb168 , thanks for the issue. For jsonb, can you try to set the return type as `arrow2`? For adding `duckdb`, I think it will be the same with...
Hi @baggiponte , yes we do not support interval for postgres. The supported types can be found here: https://sfu-db.github.io/connector-x/databases/postgres.html The reason is that the underlying client driver we use doesn't...
> how does rust handle time durations? At this point, I guess it simply doesn't Yes, I think it doesn't support durations now. > Btw I thought the issue was...
Hi @italanchan , we just added the support for appname. Can you try `pip install connectorx==0.3.1a5` and construct the connection string like: `mssql://{user}:{password}@{host}:{port}/{db}?appname={appname}` and see whether it works?
Hi @johnallen3d , thank you so much for the help! I think the CI running on ubuntu works. The key problem left is to make the [release](https://github.com/sfu-db/connector-x/blob/main/.github/workflows/release.yml) action pass, which...
BIT type is not supported in mysql yet: https://sfu-db.github.io/connector-x/databases/mysql.html
Hi @99snowleopards , thank you for bringing up this. Currently, we are focusing on loading data from relational databases like [this discussion](https://github.com/sfu-db/connector-x/discussions/61), but we do think s3 will be an...
Have you tried using [arrow](https://arrow.apache.org/docs/python/filesystems.html)? This is the fastest way I know to fetch dataframe from s3. You can convert `arrow` to `pandas` afterwards.
Thank you for the request. It's great that it has a [rust connector](https://github.com/taosdata/taos-connector-rust). I've added tdengine to our discussion #61 .