airbytehq / airbytehq/airbyte-python-cdk

Fields added with AddFields transformations in builder manifests are downcased

未關閉
#268 2 則留言 3 個 reaction 已指派 0 人 在 GitHub 檢視
community
主要語言
Python
星號
26
分支
53
平均合併
2 天 6 小時
30 天內合併 PR
10

描述

I have a transformation that adds a field. When I sync, the field does get added, but it is downcased. This does not happen on the airbyte test interface in-app.

```
transformations:
- type: AddFields
fields:
- path:
- conversationId
value: "{{stream_partition.conversationId}}"
```

The field is added, but it is added as `conversationid` instead of `conversationId`

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

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

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