airbytehq / airbytehq/airbyte

Source Productboard: users stream schema misses email and externalId

未關閉
#74,247 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
autoteam community connectors/source/productboard team/use
主要語言
Python
星號
22.1k
分支
5.4k
平均合併
5 小時
30 天內合併 PR
671

描述

## 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

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。