You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently for the unapply operation in the apply_masking_policy_list_for_models macro it loops through the nodes in the graph. Perhaps this could be decoupled to allow a pre-hook unapply to the model as well.
So there would be two approaches to applying policies:
unapply / apply in pre-post hook steps
unapply / apply in batch via run-operations or on-run-start/end
The text was updated successfully, but these errors were encountered:
Currently for the
unapply
operation in theapply_masking_policy_list_for_models
macro it loops through the nodes in the graph. Perhaps this could be decoupled to allow a pre-hook unapply to the model as well.So there would be two approaches to applying policies:
The text was updated successfully, but these errors were encountered: