Running UDFs
There are 2 main ways to run UDFs:
- On short, small resources requirements (RAM / CPU / storage) jobs
- On longer, higher resources requirements jobs
Documentation overview
📄️ Small UDF run
Fused UDF functions really shine once you start calling them from anywhere. You can call small jobs in 2 main ways:
📄️ Large UDF run
Some jobs require more resources than a few Gb of RAM or take more than a few seconds to run. This section will show how to run such larger jobs