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
This is an important pattern when using parameterized UDFs in UDPs.
The context={"from_parameter": "context"} is crucial to get this working, but not obvious. I think the python client could do this automatically in the appropriate situations
The text was updated successfully, but these errors were encountered:
related to
take this UDF context handling use case:
This is an important pattern when using parameterized UDFs in UDPs.
The
context={"from_parameter": "context"}
is crucial to get this working, but not obvious. I think the python client could do this automatically in the appropriate situationsThe text was updated successfully, but these errors were encountered: