Snowflake

Analytic data warehouse provided as Software-as-a-Service.

Database · Snowflake

Configuration parameters

  • account — Account - See Detailed Description section. (required)
  • credentials — Username (required)
  • region — Region (only if you are not US West)
  • authenticator — Authenticator - See Detailed Description section.
  • warehouse — Default warehouse to use (required)
  • database — Default database to use (required)
  • schema — Default schema to use
  • role — Default role to use
  • proxy — Use system proxy settings
  • insecure — Trust any certificate (not secure)
  • isFetch — Fetch incidents
  • fetch_query — Fetch query to retrieve new incidents. This field is mandatory when 'Fetches incidents' is set to true.
  • fetch_time — First fetch timestamp (<number> <time unit>, e.g., 12 hours, 7 days)
  • datetime_column — The name of the field/column that contains the datetime object or timestamp for the data being fetched (case sensitive). This field is mandatory when 'Fetches incidents' is set to true.
  • incident_name_column — The name of the field/column in the fetched data from which the name for the demisto incident will be assigned (case sensitive)
  • limit — The maximum number of rows to be returned by a fetch
  • incidentType — Incident type

Commands (2)

  • snowflake-query

    Executes a SELECT query and retrieve the data.

  • snowflake-update

    Makes a DML change in the database.