getting error while calling sowflake external function from one database to another database

106 Views Asked by At

I have created a external function in one database and calling that function in another database. am getting error as internal server error.

Do we have any limitation on calling snowflake external function accorss the database.

I called the function with fully qualified name.

Thanks, Kumar

1

There are 1 best solutions below

0
Robert Long On

Answering for completeness (curating the tags):

This issue was resolved by setting the search path correctly.