Source Productboard: users stream schema misses email and externalId
- Lingua principale
- Python
- Stelle
- 22.1k
- Fork
- 5.3k
- Metriche di merge delle PR
- Metriche PR in attesa
Descrizione
## What
The users stream in source-productboard currently exposes only companyId, id, and name.
## Problem
According to Productboard API docs for GET /users, responses can also include email and externalId. Missing these fields in the connector schema prevents users from selecting/syncing these columns.
Reference: https://developer.productboard.com/reference/getusers
## Expected
Update the users stream schema to include:
- email (nullable string)
- externalId (nullable string)
## Scope
Connector: airbyte-integrations/connectors/source-productboard
Type: backwards-compatible connector schema enhancement
## Notes
A patch is already prepared locally with:
- schema update in manifest
- connector version bump
- changelog entry
---
**Internal Tracking:** https://github.com/airbytehq/oncall/issues/11506
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.