Derek Visch

Results 36 issues of Derek Visch

### Meltano Version 2.4.0 ### Python Version 3.8 ### Bug scope Configuration (settings parsing, validation, etc.) ### Operating System Ubuntu ### Description https://github.com/meltano/meltano/issues/5983 and the demo that was done looks...

kind/Bug
valuestream/Meltano

Trying to replicate the behavior here https://sdk.meltano.com/en/latest/stream_maps.html ``` { "stream_maps": { "customers": { // exclude these since we're capturing them in the pii stream "email": null, "full_name": null }, "customers_pii":...

Accepting Pull Requests
needs refinement
kind/Bug
valuestream/SDK
evergreen

### Meltano Version Latest ### Python Version 3.7 ### Bug scope CLI (options, error messages, logging, etc.) ### Operating System Windows ### Description Windows fails on Python 3.7, 4 tests...

Windows
kind/Bug
valuestream/Meltano

There are old gitlab links in Meltano https://github.com/meltano/meltano/search?p=2&q=gitlab.com Thought about this when fixing https://github.com/meltano/meltano/pull/6420

kind/Bug
valuestream/Meltano

> Why is Install Dependencies not failing Found the issue, it's still perplexing but atleast I understand more about what is happening ``` - name: Build tap on Python ${{...

Windows
kind/Bug
valuestream/Meltano

If you run on Windows without Administrator Access you currently get at least this error ``` > self._accessor.symlink(target, self, target_is_directory) E OSError: [WinError 1314] A required privilege is not held...

Windows
kind/Bug
valuestream/Meltano

When updating in Uvicorn (on Windows) if I update a configuration for a tap it doesn't update in the meltano.yml file

Windows
kind/Bug
valuestream/Meltano

Testing on Windows running with Uvicorn pressing the "Update" button doesn't work

ui
Windows
kind/Bug
valuestream/Meltano

I have an FTPS server I'm trying to connect to, but it has an expired cert. I'd like to specify the host key I expect the server to have when...

enhancement