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 摘要。