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
Expand to review
| Version |
Date |
Pull Request |
Subject |
| 0.0.1 |
2024-10-04 |
|
Initial release by @zckymc via Connector Builder |