Python and Snowflake unable to catch any type of error within the Except part

后端 未结 0 1254
误落风尘
误落风尘 2020-11-30 17:25

I am trying to catch the error returned when connecting to snowflake:

try:
    conn = snowCtx.connect(
        user=user,
        password=password,
        a         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题