Snowflake Connection: set SESSION parameters at start

已回答

“ALTER SESSION SET ERROR_ON_NONDETERMINISTIC_UPDATE = TRUE;”

How to set this ?

This does not work :

 

1

Hi, 

In the Startup script field, a query should be inserted instead of a file. So you just need to put ALTER SESSION SET ERROR_ON_NONDETERMINISTIC_UPDATE = TRUE; there. 

See the Set a predefined query to run as you establish a connection section for reference.

1

请先登录再写评论。