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

Fix Step.process_applying_mappings #453

Merged
merged 2 commits into from
Mar 20, 2024
Merged

Conversation

alvarobartt
Copy link
Member

@alvarobartt alvarobartt commented Mar 20, 2024

Description

This PR fixes an issue with the process_applying_mappings method, as it was not properly applying the output_mappings, so the resulting columns were not properly renamed for Step subclasses.

Note

While input_mappings operates at Step level and does not rename the output, output_mappings operates at global level meaning that the Step will propagate the outputs with the renames applied, while the input ones will be reverted before propagating the inputs and outputs.

@alvarobartt alvarobartt added this to the 1.0.0 milestone Mar 20, 2024
@alvarobartt alvarobartt self-assigned this Mar 20, 2024
@alvarobartt alvarobartt merged commit 7513529 into core-refactor Mar 20, 2024
4 checks passed
@alvarobartt alvarobartt deleted the output-mappings-fix branch March 20, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants