I am working on transforming the queries from snowflake in to a dbt model.
The query uses a user defined function from the snowflake schema which takes parameters.
Is there a possibility to use the UDF in the dbt model by referring it as {{database}}.{{schema}}.{{num_working_days(parameter1,parameter2,parameter3)}}?