1
0
mirror of synced 2025-12-26 14:02:10 -05:00
Files
airbyte/docs/integrations/sources/productboard.md

3.0 KiB

Productboard

A manifest only source for Productboard. https://www.productboard.com/

Configuration

Input Type Description Default Value
access_token string Access Token. Your Productboard access token. See https://developer.productboard.com/reference/authentication for steps to generate one.
start_date string Start date.

Streams

Stream Name Primary Key Pagination Supports Full Sync Supports Incremental
products id DefaultPaginator
features id DefaultPaginator
components id DefaultPaginator
feature-statuses id DefaultPaginator
notes id DefaultPaginator
tags No pagination
links No pagination
feedback-form-configurations id DefaultPaginator
companies id DefaultPaginator
company-custom-fields DefaultPaginator
users id DefaultPaginator
custom-fields DefaultPaginator
custom-fields-values DefaultPaginator
release-groups id DefaultPaginator
releases id DefaultPaginator
feature-release-assignments DefaultPaginator
objectives id DefaultPaginator

Changelog

Expand to review
Version Date Pull Request Subject
0.0.8 2024-12-14 49686 Update dependencies
0.0.7 2024-12-12 49331 Update dependencies
0.0.6 2024-12-11 49087 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.5 2024-11-05 48365 Revert to source-declarative-manifest v5.17.0
0.0.4 2024-11-05 48324 Update dependencies
0.0.3 2024-10-29 47774 Update dependencies
0.0.2 2024-10-28 47677 Update dependencies
0.0.1 2024-09-13 45449 Initial release by @pabloescoder via Connector Builder