Bug in Documentation
In the Custom Function integration documentation it says:
from saqc import register
@flagging()
def yourTestFunction(saqc: SaQC, field: str, *args, **kwargs):
return saqc
Which fails due to wrong import and flagging not being defined.