1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Files
airbyte/docs/integrations/sources/segment.md
2024-10-10 11:50:13 -03:00

40 lines
1.7 KiB
Markdown

# Segment
Connector that pulls from Segment's Public API.
## Configuration
| Input | Type | Description | Default Value |
|-------|------|-------------|---------------|
| `region` | `string` | Region. The region for the API, e.g., 'api' for US or 'eu1' for EU | api |
| `api_token` | `string` | API Token. API token to use. Generate it in Segment's Workspace settings. | |
| `start_date` | `string` | Start date. | |
## Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|-------------|-------------|------------|---------------------|----------------------|
| warehouses | id | DefaultPaginator | ✅ | ❌ |
| sources | id | DefaultPaginator | ✅ | ❌ |
| destinations | id | DefaultPaginator | ✅ | ❌ |
| reverse_etl_models | id | DefaultPaginator | ✅ | ❌ |
| catalog_destinations | id | DefaultPaginator | ✅ | ❌ |
| catalog_sources | id | DefaultPaginator | ✅ | ❌ |
| catalog_warehouses | id | DefaultPaginator | ✅ | ❌ |
| users | id | DefaultPaginator | ✅ | ❌ |
| labels | key.value | DefaultPaginator | ✅ | ❌ |
| audit_events | id | DefaultPaginator | ✅ | ❌ |
| transformations | id | DefaultPaginator | ✅ | ❌ |
| spaces | id | DefaultPaginator | ✅ | ❌ |
| usage_api_calls_daily | timestamp | DefaultPaginator | ✅ | ✅ |
| usage_mtu_daily | timestamp | DefaultPaginator | ✅ | ✅ |
## Changelog
<details>
<summary>Expand to review</summary>
| Version | Date | Pull Request | Subject |
|------------------|-------------------|--------------|----------------|
| 0.0.1 | 2024-10-04 | | Initial release by [@zckymc](https://github.com/zckymc) via Connector Builder |
</details>