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'