Forum Discussion
Using Helper Functions in User Data Functions
- 1 year ago
Found the issue, and it was my error. In my other testing I had declared another function and made an error in the decorator. I forgot to add the open and close brackets on `udf.function`. This had the odd behavior of still allowing all functions to publish, but none of them could be found when trying to run them.
Found the issue, and it was my error. In my other testing I had declared another function and made an error in the decorator. I forgot to add the open and close brackets on `udf.function`. This had the odd behavior of still allowing all functions to publish, but none of them could be found when trying to run them.
- v-prasare1 year agoCommunity Support
Hi cgroleau,
Thanks for actively participating in MS Fabric community support.
Great to hear you found the root cause of the issue! Thank you for sharing the details.
If this resolves your issue, please consider marking your post as accept as solution. Doing so helps other community members who run into similar problems find the solution more easily.
Thanks,
Prashanth Are