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

Provide output transformations #2208

Merged
merged 1 commit into from
Oct 21, 2021
Merged

Provide output transformations #2208

merged 1 commit into from
Oct 21, 2021

Conversation

xjules
Copy link
Contributor

@xjules xjules commented Oct 13, 2021

Issue
Resolves #2163

Approach
Transformation now contains explicit transformation_input and transformation_output methods responsible for handling either input or output records respectively.

@xjules xjules self-assigned this Oct 13, 2021
@xjules xjules force-pushed the output_trans branch 2 times, most recently from 9c6487e to acbb355 Compare October 15, 2021 12:53
Copy link
Collaborator

@sondreso sondreso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@sondreso
Copy link
Collaborator

When rebasing, could you also include a description that motivates why these changes where done in the commit body? 🙂

@xjules
Copy link
Contributor Author

xjules commented Oct 20, 2021

When rebasing, could you also include a description that motivates why these changes where done in the commit body? slightly_smiling_face

Sure can do.

Motivation is to produce transformations for output records of the
unix_step. Therefore, RecordTransformation contains now two mandatory
methods: transform_output (producing records from files) and
transform_input (producing files from records).
@xjules xjules merged commit 1c911b8 into main Oct 21, 2021
@xjules xjules deleted the output_trans branch October 21, 2021 08:14
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

Successfully merging this pull request may close these issues.

Use transformations for outputs
2 participants