Felipe Guilherme Sabino

Results 7 comments of Felipe Guilherme Sabino

Hey @weavejester! Yes, the adapter, sorry about not specifying it. The thing is that I've opened a PR on another project and got this response: > Hey @sabino, thanks for...

@narayanb1 I've managed to make it work like this in a hacky way: PostgreSql ```sql select count(*) from T where day = ANY (string_to_array({{day}}, ',')); ``` MySql ```sql select count(*)...

@sldorman never worked with SQL Server but this might help http://www.sommarskog.se/arrays-in-sql.html

I was having the same issue (regarding `patchmatch` not compiling, even with everything installed). Here is what I did. ## tl;dr If running on Linux (Debian / Ubuntu - including...

Hello! Just want to add here that I had no issues with `/tmp` because looks like it's [mounted automatically](https://github.com/MeltanoLabs/tap-airbyte-wrapper/blob/fc42fbd04847a1887fcda80c586d1a44f0880d3f/tap_airbyte/tap.py#L559) (works with docker in docker as well, as far as my...

I'm running `meltano` outside `docker` in our production environment, but we also have a `devcontainer` setup in VScode that installs everything and since it's a container it runs `meltano` insider...

@heavycrystal yes! Thanks for the review. You're absolutely right that this shares a lot of ground with the existing Elasticsearch connector. [I even brought this up in the Community Slack...