airbytehq / airbytehq/airbyte-python-cdk

Fields added with AddFields transformations in builder manifests are downcased

Open
#268 2 comments 3 reactions 0 assignees View on GitHub
community
Dominant language
Python
Stars
26
Forks
53
Avg merge
2d 6h
Merged PRs (30d)
10

Description

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`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.