Using User defined function from snowflake in dbt model

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)}}?

@jayasfps
Plz refer this

Thank you @Surya , It worked out.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.