airbytehq / airbytehq/airbyte-python-cdk
Fields added with AddFields transformations in builder manifests are downcased
Ouverte
community
- Langage dominant
- Python
- Étoiles
- 26
- Forks
- 53
- Merge moyen
- 2 j 6 h
- PR mergées (30 j)
- 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`
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.