Aaron ("AJ") Steers
Aaron ("AJ") Steers
## Background There are some sources which only support OAuth, for instance the [Amazon Seller Partner](https://docs.airbyte.com/integrations/sources/amazon-seller-partner#reference) source connector. I'm logging this issue for tracking and discussion around options to improve...
### Meltano Version 2.19.0 ### Description It doesn't seem to be possible to get `--help` on the `config set` operation. It results in: ``` Error: Missing argument 'PLUGIN_NAME'. ``` ###...
#### Problem Description My class declaration has no members declared explicitly. However, the `pdoc` text generated includes some garbage internals from the Pydantic class, while not actually documenting any of...
The initial support for `BATCH` message types is currently incompatible with the Stream Maps feature. In theory, this could definitely be added - although at the cost of performance. Related:...
Would be helpful to have a regex function added to the supported inline stream map functions. The use case I am looking for is that I could provide a regex...
## Context I love the `uv` tool and am trying to adopt it in more of my workflows. I'm trying to use the "scripts" feature for utility scripts in my...
>  ## Summary by CodeRabbit ## Summary by CodeRabbit - **New Features** - Introduced a new `sync` command in the PyAirbyte CLI for synchronizing data between specified sources and...
## Summary by CodeRabbit - **New Features** - Added support for code coverage reporting with the integration of `pytest-cov`. - **Bug Fixes** - Updated dependencies to improve testing reliability and...
Let's add a CLI for PyAirbyte... ## Decision 1: Entrypoint Name We could use `pyairbyte` or `airbyte` as the entrypoint (CLI) name. While `airbyte` matches the library name, I think...