-
Notifications
You must be signed in to change notification settings - Fork 91
-
There is currently no way to create a TRY expression using the Expression API. To craft one requires doing:
SQLExpression(f"TRY({expr.get_name()})")
It would be better if there was a way to convert an expression to a TRY expression with a .try() method.
expr.try()
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment