Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More aggressively mask user code errors when masking enabled #27183

Merged
merged 13 commits into from
Jan 21, 2025
Prev Previous commit
Next Next commit
update
benpankow committed Jan 21, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 66776f2d91dcf2e2a68006514b925678116f1bcb
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@ def __init__(self, inner: Exception):
try:
with user_code_error_boundary(
error_cls=DagsterUserCodeExecutionError,
msg_fn=lambda: "hunter2",
msg_fn=lambda: "test",
):

def hunter2():