Skip to content

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.

2 participants