Forum Discussion

cgroleau's avatar
cgroleau
New Member
1 year ago
Solved

Using Helper Functions in User Data Functions

According to the Fabric documentation, in data functions, a published function with the  @udf.function() decorator, should be able to call a function that does not have the decorator as a helper ...
  • cgroleau's avatar
    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.