-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: update wrapWithIdentifier to support dynamic key generation
- Modified `wrapWithIdentifier` function to accept multiple keys instead of a single `getIdFromRow` function. - The unique identifier `wrapped_identifier` is now generated by joining the values of the specified keys with a dash (`-`). - Adapted all usages of `wrapWithIdentifier` See: BEDS-481
- Loading branch information
1 parent
b38dbbb
commit facc404
Showing
3 changed files
with
4 additions
and
10 deletions.
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
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