Derek Visch
Derek Visch
### Feature scope Targets (data type handling, batching, SQL object generation, etc.) ### Description For SQL Targets we splits streams based on dash's see https://github.com/meltano/sdk/blob/main/singer_sdk/sinks/sql.py#L67-L103 , this can be confusing...
### Feature scope Targets (data type handling, batching, SQL object generation, etc.) ### Description Not sure if we want to make changes to the SDK but I wanted to document...
https://sdk.meltano.com/en/latest/code_samples.html#project-samples Currently lists a static list of projects written with the SDK. Worked great, now there's so many more taps that have been written that aren't on the SDK. It'd...
Let's say I mistype the value for `__source__` ``` { "stream_maps": { "customers_remove_pii": { "__source__": "customerrr", }, }, } ``` The correct source value in this case would be `customer`....
From #6438 We had an error, action here https://github.com/meltano/meltano/runs/7367356450?check_suite_focus=true It was easy to tell what was wrong in the `meltano.yml` , but not so easy to replicate this fix locally...
MacOS requires that XCode be installed to some extend. I'm not sure exactly what does / does not need to be installed but many folks hit issues with this when...
### Singer SDK Version Latest ### Is this a regression? - [ ] Yes ### Python Version NA ### Bug scope Taps (catalog, state, etc.) ### Operating System _No response_...
### Feature scope API ### Description Currently stderr from a taps discover call is not sent to stderr. To see this output while running meltano you can run in debug...
### Feature scope CLI (options, error messages, logging, etc.) ### Description Ultimately, my goal is to be able to run multiple processes with the same tap in parallel. Right now,...
### Meltano Version Latest ### Python Version 3.13 ### Bug scope CLI (options, error messages, logging, etc.) ### Operating System _No response_ ### Description At some point we swapped from...