Enable configuration/tags to turn off data introspection in SDK #921
Labels
enhancement
New feature or request
SDK
Related to hamilton SDK for th UI
UI
Related to the Hamilton UI
Is your feature request related to a problem? Please describe.
Currently the SDK introspects all outputs. Sometimes, especially in the case of Parallel, this could be a really long list of things; it'd be nice to turn it off selectively.
Describe the solution you'd like
Option 1: inspect tag to skip
Option 2: skip via configuration
We'd then want these to both output some type of result that the UI could then render.
Minimally based on the type returned it could be something basic about it -- so when you got to the UI you can see that this was skipped.
Describe alternatives you've considered
N/A
Additional context
This is an optimization.
Functionality to hide sensitive information from being logged could follow a similar path -- but likely a more explicit decorator in the code would be best in this situation.
The text was updated successfully, but these errors were encountered: