Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fields added with AddFields transformations in builder manifests are downcased #576

Open
jscheel opened this issue Jan 15, 2025 · 1 comment

Comments

@jscheel
Copy link

jscheel commented Jan 15, 2025

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.

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

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

@jscheel
Copy link
Author

jscheel commented Jan 15, 2025

Actually, looks like special characters are stripped too. For example "conversation_id" becomes "conversationid".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant