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

Viewed 70

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 Answers

Answering for completeness (curating the tags):

This issue was resolved by setting the search path correctly.

Related