Dan Norman

Results 87 comments of Dan Norman

@edgarrmondragon I merged SDK 0.35.0a3 alpha which had PR #2143, which dropped Python 3.7, merged into it. That was the only perquisite for this PR.

@edgarrmondragon I found where I caused the issue in `io_base.py`. I changed `@Final` decorator for `SingerWriter.listen` to `@t.final` and `pytest` is happy 😃 now 🥳

> > Just curious, what happened with the msgspec work to speed up serialization? > > I still need to come up with a plan to add this with the...

@edgarrmondragon I am thinking it is time to close this PR since you have two very good PRs in the works and to be honest this PR is a bit...

@kgpayne thanks for pushing the target test fixes. I have noticed that I need to add in one of the fixes for #1676 locally before the sqlite tests run. The...

I have run across instances where the discovery process runs into SQL data types that SQLAlchemy cannot handle. When this occurs, the following warnings are logged to the console. ```...

The warnings are being captured, the message expanded, and presented back to the console at the `info` level . The warnings now look like this. ``` PS C:\development\projects\dev-tap-mssql-discover-sqltype> meltano invoke...

After looking at this more I update the message to this format: ``` PS C:\development\projects\dev-tap-mssql-discover-sqltype> meltano invoke tap-mssql --discover > discovery.jsonl 2023-08-08T17:50:34.642130Z [info ] Environment 'dev' is active 2023-08-08 10:50:36,401...

@edgarrmondragon would the work qbatten did in his pr listed above and my work in pr #1861 be considered a solution to this issue?