58 lines
3.4 KiB
Markdown
58 lines
3.4 KiB
Markdown
# Codefresh
|
|
This connector integrates [Codefresh](https://codefresh.io) with Airbyte, enabling seamless data synchronization for analytics and pipeline monitoring.
|
|
It provides streams like agents, builds, audit, analytics etc.
|
|
|
|
## Configuration
|
|
|
|
| Input | Type | Description | Default Value |
|
|
|-------|------|-------------|---------------|
|
|
| `api_key` | `string` | API Key. | |
|
|
| `account_id` | `string` | Account Id. | |
|
|
| `report_granularity` | `string` | Report Granularity. | |
|
|
| `report_date_range` | `array` | Report Date Range. | |
|
|
| `start_date` | `string` | Start date. | |
|
|
|
|
## Streams
|
|
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|
|
|-------------|-------------|------------|---------------------|----------------------|
|
|
| accounts | _id | No pagination | ✅ | ❌ |
|
|
| account_settings | _id | No pagination | ✅ | ❌ |
|
|
| agents | id | No pagination | ✅ | ❌ |
|
|
| builds | id | DefaultPaginator | ✅ | ✅ |
|
|
| audit | id | DefaultPaginator | ✅ | ✅ |
|
|
| analytics_metadata | reportName | No pagination | ✅ | ❌ |
|
|
| analytics_reports | | No pagination | ✅ | ❌ |
|
|
| execution_contexts | _id | No pagination | ✅ | ❌ |
|
|
| contexts | metadata | No pagination | ✅ | ❌ |
|
|
| projects | id | DefaultPaginator | ✅ | ❌ |
|
|
| pipelines | metadata | DefaultPaginator | ✅ | ❌ |
|
|
| step_types | metadata | DefaultPaginator | ✅ | ❌ |
|
|
| helm_repos | | No pagination | ✅ | ❌ |
|
|
|
|
## Changelog
|
|
|
|
<details>
|
|
<summary>Expand to review</summary>
|
|
|
|
| Version | Date | Pull Request | Subject |
|
|
|------------------|-------------------|--------------|----------------|
|
|
| 0.0.17 | 2025-03-29 | [56492](https://github.com/airbytehq/airbyte/pull/56492) | Update dependencies |
|
|
| 0.0.16 | 2025-03-22 | [55338](https://github.com/airbytehq/airbyte/pull/55338) | Update dependencies |
|
|
| 0.0.15 | 2025-03-01 | [54977](https://github.com/airbytehq/airbyte/pull/54977) | Update dependencies |
|
|
| 0.0.14 | 2025-02-22 | [54433](https://github.com/airbytehq/airbyte/pull/54433) | Update dependencies |
|
|
| 0.0.13 | 2025-02-15 | [53764](https://github.com/airbytehq/airbyte/pull/53764) | Update dependencies |
|
|
| 0.0.12 | 2025-02-08 | [53361](https://github.com/airbytehq/airbyte/pull/53361) | Update dependencies |
|
|
| 0.0.11 | 2025-02-01 | [52802](https://github.com/airbytehq/airbyte/pull/52802) | Update dependencies |
|
|
| 0.0.10 | 2025-01-25 | [52378](https://github.com/airbytehq/airbyte/pull/52378) | Update dependencies |
|
|
| 0.0.9 | 2025-01-18 | [51668](https://github.com/airbytehq/airbyte/pull/51668) | Update dependencies |
|
|
| 0.0.8 | 2025-01-11 | [51088](https://github.com/airbytehq/airbyte/pull/51088) | Update dependencies |
|
|
| 0.0.7 | 2024-12-28 | [50559](https://github.com/airbytehq/airbyte/pull/50559) | Update dependencies |
|
|
| 0.0.6 | 2024-12-21 | [50051](https://github.com/airbytehq/airbyte/pull/50051) | Update dependencies |
|
|
| 0.0.5 | 2024-12-14 | [49486](https://github.com/airbytehq/airbyte/pull/49486) | Update dependencies |
|
|
| 0.0.4 | 2024-12-12 | [49182](https://github.com/airbytehq/airbyte/pull/49182) | Update dependencies |
|
|
| 0.0.3 | 2024-11-04 | [48183](https://github.com/airbytehq/airbyte/pull/48183) | Update dependencies |
|
|
| 0.0.2 | 2024-10-28 | [47574](https://github.com/airbytehq/airbyte/pull/47574) | Update dependencies |
|
|
| 0.0.1 | 2024-10-21 | | Initial release by [@bishalbera](https://github.com/bishalbera) via Connector Builder |
|
|
|
|
</details>
|