1
0
mirror of synced 2025-12-20 18:39:31 -05:00
Files
airbyte/docs/integrations/sources/segment.md
octavia-bot-hoard[bot] 80f48283a4 🐙 source-segment: run up-to-date pipeline [2025-11-25] (#69967)
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-11-24 22:24:13 -08:00

77 lines
5.7 KiB
Markdown

# Segment
Connector that pulls from Segment&#39;s Public API.
## Configuration
| Input | Type | Description | Default Value |
|-------|------|-------------|---------------|
| `region` | `string` | Region. The region for the API, e.g., &#39;api&#39; for US or &#39;eu1&#39; for EU | api |
| `api_token` | `string` | API Token. API token to use. Generate it in Segment&#39;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.38 | 2025-11-25 | [69967](https://github.com/airbytehq/airbyte/pull/69967) | Update dependencies |
| 0.0.37 | 2025-11-18 | [69647](https://github.com/airbytehq/airbyte/pull/69647) | Update dependencies |
| 0.0.36 | 2025-10-29 | [68853](https://github.com/airbytehq/airbyte/pull/68853) | Update dependencies |
| 0.0.35 | 2025-10-21 | [68407](https://github.com/airbytehq/airbyte/pull/68407) | Update dependencies |
| 0.0.34 | 2025-10-14 | [67909](https://github.com/airbytehq/airbyte/pull/67909) | Update dependencies |
| 0.0.33 | 2025-10-07 | [67232](https://github.com/airbytehq/airbyte/pull/67232) | Update dependencies |
| 0.0.32 | 2025-09-30 | [66860](https://github.com/airbytehq/airbyte/pull/66860) | Update dependencies |
| 0.0.31 | 2025-09-23 | [66628](https://github.com/airbytehq/airbyte/pull/66628) | Update dependencies |
| 0.0.30 | 2025-09-09 | [65725](https://github.com/airbytehq/airbyte/pull/65725) | Update dependencies |
| 0.0.29 | 2025-08-24 | [65483](https://github.com/airbytehq/airbyte/pull/65483) | Update dependencies |
| 0.0.28 | 2025-08-09 | [64826](https://github.com/airbytehq/airbyte/pull/64826) | Update dependencies |
| 0.0.27 | 2025-08-02 | [64479](https://github.com/airbytehq/airbyte/pull/64479) | Update dependencies |
| 0.0.26 | 2025-07-26 | [64011](https://github.com/airbytehq/airbyte/pull/64011) | Update dependencies |
| 0.0.25 | 2025-07-12 | [63044](https://github.com/airbytehq/airbyte/pull/63044) | Update dependencies |
| 0.0.24 | 2025-06-28 | [60520](https://github.com/airbytehq/airbyte/pull/60520) | Update dependencies |
| 0.0.23 | 2025-05-10 | [60128](https://github.com/airbytehq/airbyte/pull/60128) | Update dependencies |
| 0.0.22 | 2025-05-04 | [59609](https://github.com/airbytehq/airbyte/pull/59609) | Update dependencies |
| 0.0.21 | 2025-04-27 | [59004](https://github.com/airbytehq/airbyte/pull/59004) | Update dependencies |
| 0.0.20 | 2025-04-19 | [58406](https://github.com/airbytehq/airbyte/pull/58406) | Update dependencies |
| 0.0.19 | 2025-04-12 | [57969](https://github.com/airbytehq/airbyte/pull/57969) | Update dependencies |
| 0.0.18 | 2025-04-05 | [57480](https://github.com/airbytehq/airbyte/pull/57480) | Update dependencies |
| 0.0.17 | 2025-03-29 | [56756](https://github.com/airbytehq/airbyte/pull/56756) | Update dependencies |
| 0.0.16 | 2025-03-22 | [56226](https://github.com/airbytehq/airbyte/pull/56226) | Update dependencies |
| 0.0.15 | 2025-03-08 | [55533](https://github.com/airbytehq/airbyte/pull/55533) | Update dependencies |
| 0.0.14 | 2025-03-01 | [54610](https://github.com/airbytehq/airbyte/pull/54610) | Update dependencies |
| 0.0.13 | 2025-02-15 | [54023](https://github.com/airbytehq/airbyte/pull/54023) | Update dependencies |
| 0.0.12 | 2025-02-08 | [53483](https://github.com/airbytehq/airbyte/pull/53483) | Update dependencies |
| 0.0.11 | 2025-02-01 | [53030](https://github.com/airbytehq/airbyte/pull/53030) | Update dependencies |
| 0.0.10 | 2025-01-25 | [52526](https://github.com/airbytehq/airbyte/pull/52526) | Update dependencies |
| 0.0.9 | 2025-01-18 | [51885](https://github.com/airbytehq/airbyte/pull/51885) | Update dependencies |
| 0.0.8 | 2025-01-11 | [51303](https://github.com/airbytehq/airbyte/pull/51303) | Update dependencies |
| 0.0.7 | 2024-12-28 | [50697](https://github.com/airbytehq/airbyte/pull/50697) | Update dependencies |
| 0.0.6 | 2024-12-21 | [50278](https://github.com/airbytehq/airbyte/pull/50278) | Update dependencies |
| 0.0.5 | 2024-12-14 | [49722](https://github.com/airbytehq/airbyte/pull/49722) | Update dependencies |
| 0.0.4 | 2024-12-12 | [49350](https://github.com/airbytehq/airbyte/pull/49350) | Update dependencies |
| 0.0.3 | 2024-12-11 | [49062](https://github.com/airbytehq/airbyte/pull/49062) | Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64 |
| 0.0.2 | 2024-10-29 | [47546](https://github.com/airbytehq/airbyte/pull/47546) | Update dependencies |
| 0.0.1 | 2024-10-04 | | Initial release by [@zckymc](https://github.com/zckymc) via Connector Builder |
</details>