airbytehq / airbytehq/airbyte-python-cdk
Fields added with AddFields transformations in builder manifests are downcased
Aperta
community
- Lingua principale
- Python
- Stelle
- 26
- Fork
- 53
- Merge medio
- 2g 6h
- PR unite (30g)
- 10
Descrizione
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`
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.