Skip to content

Make python operator not discard fields that start with an underscore #4085

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

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

jachris
Copy link
Contributor

@jachris jachris commented Apr 2, 2024

Fields starting with _ were previously discarded due to some implementation details. However, following #4036, this is no longer necessary. I also used this opportunity to clean up the surrounding code.

@jachris jachris added operator Source, transformation, and sink improvement An incremental enhancement of an existing feature labels Apr 2, 2024
@jachris jachris force-pushed the topic/python-operator-underscore branch from 1ae3883 to 522cca9 Compare April 2, 2024 10:19
@jachris jachris marked this pull request as ready for review April 2, 2024 10:24
@jachris jachris requested a review from tobim April 3, 2024 07:47
@jachris jachris force-pushed the topic/python-operator-underscore branch from 522cca9 to 6e6ad2a Compare April 4, 2024 07:38
@jachris jachris enabled auto-merge April 4, 2024 07:38
@jachris jachris merged commit 8bfe5d1 into main Apr 4, 2024
@jachris jachris deleted the topic/python-operator-underscore branch April 4, 2024 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement An incremental enhancement of an existing feature operator Source, transformation, and sink
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants