-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[OPIK-285] allow users to specify function parameters to not log when…
… using the track decorator (#677) * Add a test for ignore argument in track * Refactor track implementation, all repeatable track arguments that were passed everywhere in BaseTrackDecorator and its inherited classes are moved to a separate dataclass - TrackOptions. * Remove odd line * Implement dropping ignored input arguments * Handle capture_input=True case * Temporarily remove test * Revert test back * Update tests * Fix lint errors * Rename ignore -> ignore_arguments
- Loading branch information
1 parent
c00ac0e
commit 5b0fde9
Showing
7 changed files
with
147 additions
and
149 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
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
Oops, something went wrong.