Derek Visch

Results 84 comments of Derek Visch

Here's an example implementation https://github.com/MeltanoLabs/target-postgres/pull/32/files

Yes, good part is there's already a function for this https://github.com/meltano/sdk/blob/63340915751b798bade84572a6d6bda2da9e2d1b/singer_sdk/sinks/sql.py#L134 I overrode this as I wanted "direct mapping" in your list to be the default not snake_case see https://github.com/MeltanoLabs/target-postgres/blob/1e59be2750961876d52b8e69cf05c5eb06cb13b4/target_postgres/sinks.py#L280-L282...

Use case: ![Image](https://github.com/user-attachments/assets/150d0144-8a24-458a-b3c6-dcc660b7e7d6) This has been hung for 25 minutes and I don't know why. I'll figure it out but if I had the logs life would be easier

Found the root cause here of my issue ``` Need help fixing this problem? Visit http://melta.no/ for troubleshooting steps or to join our friendly Slack community. Failed to parse JSON...

Took a quick peek at this today as we have an extremely long running job (>3 days) that we'd like to speed up. Setup is Parent Stream (~1k) -> Child...

I wonder if a mapper would do this today with filters. Try setting the filter to False for every record https://sdk.meltano.com/en/v0.43.1/stream_maps.html#filtering-out-records-from-a-stream-using-filter-operation Might work 🤷

If I really needed this, I'd mess with the CLI test options and manually do it so something like 1. `meltano invoke tap-name --test schema > out` 2. `cat out...

From a users perspective a guide would be very helpful maybe something like this (Which might help drive some of this?) ``` Title: How to find performance issues? We're going...

+100 I've hit this too man times to count!