Snowflake · Schema

NotificationQueueGcpPubsubOutbound

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
gcp_pubsub_topic_name string Identification of the Pub/Sub topic to which Snowpipe pushes notifications.
gcp_pubsub_service_account string Google Cloud Platform (GCP) service account created for your account.
View JSON Schema on GitHub

JSON Schema

notification-integration-notification-queue-gcp-pubsub-outbound-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NotificationQueueGcpPubsubOutbound",
  "type": "object",
  "properties": {
    "gcp_pubsub_topic_name": {
      "type": "string",
      "description": "Identification of the Pub/Sub topic to which Snowpipe pushes notifications."
    },
    "gcp_pubsub_service_account": {
      "type": "string",
      "description": "Google Cloud Platform (GCP) service account created for your account."
    }
  }
}