Dan Norman
Dan Norman
This fixes the bug #6467 where on Windows `meltano upgrade` stops because `MeltanoInvoker.invoke()` is calling `subprocess.run()` which requires a executable target. Since the symbolic link `.meltano\run\bin` is targeting `meltano` not...
### Meltano Version 2.3.0 ### Python Version 3.9 ### Bug scope CLI (options, error messages, logging, etc.) ### Operating System Windows Server 2022 Standard ### Description I have noticed on...
This is an attempt to implement the proposed fix outlined in #1677 Closes #1677 ---- :books: Documentation preview :books:: https://meltano-sdk--1734.org.readthedocs.build/en/1734/
### Singer SDK Version 0.24.0 ### Is this a regression? - [ ] Yes ### Python Version 3.9 ### Bug scope Taps (catalog, state, etc.) ### Operating System Windows ###...
I was wondering if it made sense to move all the serialize and deserialize functions into a helper library that we could reference in other areas. I thought `singer_sdk.helper._util` could...
**Overview:** This PR attempts to utilize `Joblib` to allow `sync_all` to run streams in parallel. A new Tap class method `sync_one` was introduced to give a parallel loop a target...
This PR proposes adding the asyncio module to the target base. Change `drain_one` into an async method and call it via `asyncio.run`. The thought is `drain_one` spends alot of time...
This is an attempt to add the sql_datatype to the discovery process and will be reflected in the catalog. Closes #1323 ---- :books: Documentation preview :books:: https://meltano-sdk--1872.org.readthedocs.build/en/1872/
This is a draft PR to assist discussion and testing related to Issue #1046 msgspec requires python 3.8 and above. PR #2143 once merged will drop support for python 3.7...
### Singer SDK Version 0.36.0 ### Is this a regression? - [ ] Yes ### Python Version 3.9 ### Bug scope Other ### Operating System Windows ### Description When working...