A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.snowflake.com/en/sql-reference/sql/show-telemetry-event-definitions below:

SHOW TELEMETRY EVENT DEFINITIONS | Snowflake Documentation

Reference SQL command reference Native Apps Framework SHOW TELEMETRY EVENT DEFINITIONS SHOW TELEMETRY EVENT DEFINITIONS

Lists the event definitions for the specified app.

Syntax
SHOW TELEMETRY EVENT DEFINITIONS IN APPLICATION <name>

Copy

Parameters
name

Specifies the identifier for the app. If the identifier contains spaces, special characters, or mixed-case characters, the entire string must be enclosed in double quotes. Identifiers enclosed in double quotes are also case-sensitive.

Output

Shows information about the event definitions for an app.

Column

Description

name

The name of the event definition. Event definition names begin with the SNOWFLAKE$ prefix.

type

The type of event definition. See Configure event definitions for an app for more information.

sharing

Specifies if the event definition is MANDATORY or OPTIONAL.

status

Specifies if the event definition is enabled in the consumer account.

Usage notes Example
SHOW TELEMETRY EVENT DEFINITIONS IN APPLICATION hello_snowflake;

Copy

+--------------------------+----------------+---------------+--------------+
|   name                   |   type         |   sharing     |   status     |
+--------------------------+----------------+---------------+--------------+
|   SNOWFLAKE$DEBUG_LOGS   |   DEBUG_LOGS   |   OPTIONAL    |   ENABLED    |
|   SNOWFLAKE$TRACES       |   TRACES       |   MANDATORY   |   ENABLED    |
+--------------------------+----------------+---------------+--------------+

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4