1
0
mirror of synced 2025-12-21 19:11:14 -05:00
Files
airbyte/docs/integrations/sources/canny.md
2024-09-16 22:16:06 +00:00

33 lines
1.6 KiB
Markdown

# Canny
A manifest only source for Canny. https://canny.io/
## Configuration
| Input | Type | Description | Default Value |
|-------|------|-------------|---------------|
| `api_key` | `string` | API Key. You can find your secret API key in Your Canny Subdomain > Settings > API | |
## Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|-------------|-------------|------------|---------------------|----------------------|
| boards | id | No pagination | ✅ | ❌ |
| categories | id | DefaultPaginator | ✅ | ❌ |
| changelog_entries | id | DefaultPaginator | ✅ | ❌ |
| comments | id | DefaultPaginator | ✅ | ❌ |
| companies | id | DefaultPaginator | ✅ | ❌ |
| posts | id | DefaultPaginator | ✅ | ❌ |
| status_changes | id | DefaultPaginator | ✅ | ❌ |
| tags | id | DefaultPaginator | ✅ | ❌ |
| users | id | DefaultPaginator | ✅ | ❌ |
| votes | id | DefaultPaginator | ✅ | ❌ |
## Changelog
<details>
<summary>Expand to review</summary>
| Version | Date | Pull Request | Subject |
|---------|------------|----------------------------------------------------------|-------------------------------------------------------------------------------------------|
| 0.0.1 | 2024-09-15 | [45588](https://github.com/airbytehq/airbyte/pull/45588) | Initial release by [@pabloescoder](https://github.com/pabloescoder) via Connector Builder |
</details>