2

I'm trying to turn off Snowflakes client telemetry and found this document: https://community.snowflake.com/s/article/Connectors-or-Drivers-fail-due-to-invalid-client-telemetry-snowflakecomputing-com-Certificate

There are two options described the latter which offers what seems to be a SQLish:

ALTER USER TESTUSER SET CLIENT_OUT_OF_BAND_TELEMETRY_ENABLED=FALSE PARAMETER_COMMENT='disabling due to JDBC issue' PARAMETER_EXPIRY_DAYS=0;

What I'm unclear on is where is one supposed to run this script. I've tried snowsql and the web interface to no avail:

invalid property 'PARAMETER_EXPIRY_DAYS' for 'USER'

Beso
  • 1,176
  • 5
  • 12
  • 26
JohnDoe
  • 21
  • 1
  • I have been doing some checking and that parameter appears to be settable only internally (meaning, by Snowflake). You will need to open a case with Support to have them do that. I will request that the `ALTER` statement as shown in that article be corrected since it gives the impression it can be set by customers. – Greg Pavlik Nov 18 '21 at 13:57
  • Thank you for your quick reply! I will open a ticket. – JohnDoe Nov 18 '21 at 14:38

0 Answers0