Aaron ("AJ") Steers

Results 202 issues of Aaron ("AJ") Steers
trafficstars

## Summary by CodeRabbit - **New Features** - Enhanced CI workflow with improved permissions management for better security. - Introduced a job status tracking step for better visibility of continuous...

## Summary by CodeRabbit - **New Features** - Enhanced stream management with new methods for primary key and cursor key retrieval, as well as improved write strategy resolution in the...

After some testing, the perf difference from using a buffered writer is not as significant as moving the write operation to a different thread. This change is further inline with...

https://github.com/airbytehq/PyAirbyte/blob/73eaa0ee5a04d2e5fac086d8662a52b612584039/airbyte/_future_cdk/sql_processor.py#L435

``` # TODO: This is a temporary workaround to resolve an issue where ``` https://github.com/airbytehq/PyAirbyte/blob/73eaa0ee5a04d2e5fac086d8662a52b612584039/airbyte/_util/api_util.py#L369

``` # TODO: Add primary key and cursor key support: ``` https://github.com/airbytehq/PyAirbyte/blob/73eaa0ee5a04d2e5fac086d8662a52b612584039/airbyte/_util/document_rendering.py#L45

https://github.com/airbytehq/PyAirbyte/blob/73eaa0ee5a04d2e5fac086d8662a52b612584039/airbyte/_executors/declarative.py#L63-L64

Building a connector in builder uses the latest version of the CDK, and the manifest will include that CDK version in the yaml. Then, when running that connector in PyAirbyte,...

Classes no longer display their initialization parameters, since upgrading to Pydantic 2.0 earlier this week. Note the fields displayed are Pydantic BaseModel interfaces, but the actual fields the user needs...