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

Added warning unused data (DAX translator) #46

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

LanderOtto
Copy link
Contributor

@LanderOtto LanderOtto commented Dec 11, 2024

This commit fixes a DAX translator error.
Before this commit, it was assumed that each input data and command defined in the replica and transformations files were used by the steps described in the workflow file.
Now, it is checked if they are used; otherwise, a warning log is shown and skipped.

A step can have multiple outputs and these can be the workflow output. Before this commit, if a step had multiple outputs that were workflow outputs, an exception was raised at translation time.
Before this commit, it was assumed that each input data and command defined in `replica` and `transformations` files were used by the steps defined in the `workflow` file.
Now, it is checked if they are used, otherwise a warning log is shown and they are skipped.
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.

1 participant