I would like to Execute some SQL in Snowflake. More specifically I would like to run a procédure with a query of the “CALL MY_PROCEDURE(bla)” type.
I used a “Execute SQL” step and I can connect to Snowlflake. The connection test succeeds (see below).
On the other hand when I test the step it fails with a Network error (see below). N.B.: We do not have any rules restricting IPs.
The query is supersimple and I trie with and without absolute path to the object with the same result.
I also tried to launch the query with the same user directly on Snowflake and it succeeds.
Any clue?

