-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# Description As described in #1728, pass_row parameter is now added as an editable parameter for the field_update step. This allows us to use row data inside custom python function. The default value of the parameter remains False so that any existing uses of this functionality will not be affected. # Tests Ensured the newly added unit test `test_step_field_update_with_function_and_pass_row_true` runs without fail and also that all the previous test cases run and pass too. - fixes #1728 --------- Co-authored-by: Pierre Camilleri <[email protected]>
- Loading branch information
1 parent
12db3c2
commit 95098b3
Showing
2 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters