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
There are cases where we want to log input parameters but we need to process them before logging them. This happens when they might contain sensitive information. For example, in ploomber-engine, users can pass arbitrary parameters to a notebook. However, the values might contain sensitive data, so we only want to log the parameters' keys.
There are cases where we want to log input parameters but we need to process them before logging them. This happens when they might contain sensitive information. For example, in ploomber-engine, users can pass arbitrary parameters to a notebook. However, the values might contain sensitive data, so we only want to log the parameters' keys.
We can add something like this:
Then, when calling:
We log:
["key", "key_another"]
The text was updated successfully, but these errors were encountered: