Alvaro Huarte

Results 72 comments of Alvaro Huarte

Hi, just to know, is it really planified to implement this data provider? Thanks

Thanks @sbrunato for the info.

Hi @Samweli I have uploaded more changes. I have noticed that original `asset.href` attribute is changed when the plugin wants to load the asset. if the authentication expires in a...

Hi @Samweli do you need more info about last changes? Can I help with anything to get this PR merged? Thanks!!

> @ahuarte47 tried to build from your `duckdb_fdw-main_9x-10x-support` branch. getting error below. looks because of `#include "duckdb.hpp"` in line 3 in `sqlite3_api_wrapper.cpp`. in your PR you remove these 2 files....

> Am I correctly understand that without this PR merged #45 won't be resolved? I think they are different issues

FYI; `duckdb-fdw` is successfully built and working with `duckdb` v1.0.0 using this PR

Hi @vaibhavdalvi93 thanks for your comments. Sorry, how can I add a test for this feature? I am seeing a `SELECT` including a `LIKE` operator [here](https://github.com/EnterpriseDB/mongo_fdw/blob/master/sql/select.sql#L63) or other [here](https://github.com/EnterpriseDB/mongo_fdw/blob/9bfc78d52bd6dfe6b51ff3eee6c7be4d93d513f4/sql/pushdown.sql#L95) but...

Hi @vaibhavdalvi93 thanks for your help, I am not be able to run the tests properly. I have executed the script `mongodb_init.sh` and I have all collections & records uploaded...

I executed everything of that, I am seeing that test datasets in a MongoExpress instance. But If I do not add the credentials when creating the User Mapping, all SELECT...