Replies: 1 comment
-
If only interested in user , we can pull it using SqlFunctionProperties as UDF method param .I also came across similar requirement |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Updating my UDFs from 0.238 to 0.261.
I have a simple UDF.
Pre 0.245 the Session would get populated automatically. Most of my UDF's use Session as the first Argument. Now it is forcing me to use a Scaler for All Arguments. And it looks like ConnectorSession is not getting auto populated anymore. What changed here? How do I get the Session information now? Trying to look for the documentation on the changes.
Thanks in Advance
Beta Was this translation helpful? Give feedback.
All reactions