Class SnowflakeQueryHistoryLogsIntegrationDataflowSettingsRequest

Settings of the query history logs dataflow. Only the fields provided are changed.

Hierarchy

  • SnowflakeQueryHistoryLogsIntegrationDataflowSettingsRequest

Constructors

Properties

joinQueryHistoryWithAccessHistoryEnabled?: boolean

Whether query logs are joined with Snowflake access history, which adds the objects each query read and wrote so you can follow how data is used and where it came from. Defaults to false.

queryHistoryLogsIntervalMin?: number

How often query history logs are collected, in minutes. One of 5, 15, 30, 60, 720, or 1440. Defaults to 5.

Generated using TypeDoc