Aaron ("AJ") Steers
Aaron ("AJ") Steers
This PR targets the following PR: - #782 --- # feat: add cloud cleanup script for stale integration test artifacts ## Summary Adds a helper script `bin/cleanup_cloud_artifacts.py` to clean up...
This is appearing in CI checks: ``` ______________________ test_create_and_delete_destination ______________________ workspace_id = '19d7a891-8e0e-40ac-8a8c-5faf8d11e47c' airbyte_cloud_api_root = 'https://api.airbyte.com/v1' motherduck_api_key = airbyte_cloud_client_id = airbyte_cloud_client_secret = def test_create_and_delete_destination( workspace_id: str, airbyte_cloud_api_root: str, motherduck_api_key: str,...
https://github.com/airbytehq/PyAirbyte/blob/3be0cfe3338b80c0882c7fbd8c92fc80219eb999/airbyte/_executors/util.py#L282-L284
# feat: implement per-test timeout limits for slow test investigation ## Summary This PR implements per-test timeout limits using the existing pytest-timeout plugin to address Windows CI timeout issues. The...
## Summary This PR implements Java connector support for PyAirbyte by copying and enhancing the implementation from PR #719. The key addition is a dual-parameter API that provides fine-grained control...
## Summary by CodeRabbit - New Features - Added lake storage integration enabling fast unload/load between caches and cloud object storage. - Introduced S3 and GCS lake backends with a...
You're given a task to write a collection of rules, context and guidelines on the repository you're provided. Please gather context on the following categories, then write an `AGENTS.md` file...
# fix: use explicit connector versions from registry instead of 'latest' tags ## Summary This PR addresses an issue where some Java connectors no longer receive 'latest' tag updates in...