43 lines
1.8 KiB
Markdown
43 lines
1.8 KiB
Markdown
# Buildkite
|
|
This page contains the setup guide and reference information for the [Buildkite](https://buildkite.com/) source connector.
|
|
|
|
## Documentation reference:
|
|
Visit `https://buildkite.com/docs/apis/rest-api` for API documentation
|
|
|
|
## Authentication setup
|
|
Buildkite uses bearer token authentication,
|
|
Visit `https://buildkite.com/user/api-access-tokens` for getting your bearer token.
|
|
|
|
## Configuration
|
|
|
|
| Input | Type | Description | Default Value |
|
|
|-------|------|-------------|---------------|
|
|
| `api_key` | `string` | API Key. | |
|
|
| `start_date` | `string` | Start date. | |
|
|
|
|
## Streams
|
|
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|
|
|-------------|-------------|------------|---------------------|----------------------|
|
|
| organizations | id | DefaultPaginator | ✅ | ✅ |
|
|
| analytics_organizations_suites | id | DefaultPaginator | ✅ | ❌ |
|
|
| organizations_pipelines | id | DefaultPaginator | ✅ | ✅ |
|
|
| access-token | uuid | DefaultPaginator | ✅ | ❌ |
|
|
| builds | id | DefaultPaginator | ✅ | ✅ |
|
|
| organizations_clusters | id | DefaultPaginator | ✅ | ✅ |
|
|
| organizations_builds | id | DefaultPaginator | ✅ | ✅ |
|
|
| organizations_pipelines_builds | id | DefaultPaginator | ✅ | ✅ |
|
|
| organizations_clusters_queues | id | DefaultPaginator | ✅ | ✅ |
|
|
| organizations_clusters_tokens | id | DefaultPaginator | ✅ | ✅ |
|
|
| organizations_emojis | | DefaultPaginator | ✅ | ❌ |
|
|
| user | id | DefaultPaginator | ✅ | ✅ |
|
|
|
|
## Changelog
|
|
|
|
<details>
|
|
<summary>Expand to review</summary>
|
|
|
|
| Version | Date | Pull Request | Subject |
|
|
| ------------------ | ------------ | --- | ---------------- |
|
|
| 0.0.1 | 2024-09-11 | [45384](https://github.com/airbytehq/airbyte/pull/45384) | Initial release by [@btkcodedev](https://github.com/btkcodedev) via Connector Builder |
|
|
|
|
</details> |