38 lines
2.0 KiB
Markdown
38 lines
2.0 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.5 | 2024-12-14 | [49574](https://github.com/airbytehq/airbyte/pull/49574) | Update dependencies |
|
|
| 0.0.4 | 2024-12-12 | [49013](https://github.com/airbytehq/airbyte/pull/49013) | Update dependencies |
|
|
| 0.0.3 | 2024-11-04 | [48235](https://github.com/airbytehq/airbyte/pull/48235) | Update dependencies |
|
|
| 0.0.2 | 2024-10-29 | [47727](https://github.com/airbytehq/airbyte/pull/47727) | Update dependencies |
|
|
| 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>
|