Class SnowflakeEventTableLogsIntegrationDataflowRequest

Records from your Snowflake event tables, used to monitor application behavior and identify issues. enabled turns the dataflow on and off as a whole, and the per-record-type toggles in settings select which kinds of record it collects while it is on. The Snowflake role needs usage granted on the database, the schema, and the event table itself; without those grants this dataflow collects no data.

Hierarchy

  • SnowflakeEventTableLogsIntegrationDataflowRequest

Constructors

Properties

Constructors

Properties

enabled?: boolean

Whether Datadog collects this data. Defaults to false; set to true to start collection.

Settings of the event table dataflow. Each record type is collected independently so that you can control ingestion costs, and every record type is ingested into Datadog as logs tagged with its record_type. Only the fields provided are changed.

Generated using TypeDoc