Hi there,
I created Dremio ARP connector for my database source. It works fine.
But I haven’t figured out how to map a custom procedure into ARP yaml file.
To call a procedure from the database itself I use “call aprocedure(‘char’);”.
I tried to map a custom procedure into ARP yaml.
functions:
- names:
  - "aprocedure"
  signatures:
  - args:
    - "char"
    return "none"
And I got “Failure while starting services.”
Thanks,
Anton