airbytehq / airbytehq/airbyte

Source Productboard: users stream schema misses email and externalId

Aperta
#74,247 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
autoteam community connectors/source/productboard team/use
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.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.