Snowflake · JSON Structure

Pipe Pipe Structure

Type: object Properties: 15
Data LakesData SharingData WarehousingDatabaseSQL

Pipe is a JSON Structure definition published by Snowflake, describing 15 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name comment auto_ingest error_integration aws_sns_topic integration copy_statement created_on database_name schema_name owner pattern owner_role_type invalid_reason budget

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Pipe",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "auto_ingest": {
      "type": "boolean"
    },
    "error_integration": {
      "type": "string"
    },
    "aws_sns_topic": {
      "type": "string"
    },
    "integration": {
      "type": "string"
    },
    "copy_statement": {
      "type": "string"
    },
    "created_on": {
      "type": "string"
    },
    "database_name": {
      "type": "string"
    },
    "schema_name": {
      "type": "string"
    },
    "owner": {
      "type": "string"
    },
    "pattern": {
      "type": "string"
    },
    "owner_role_type": {
      "type": "string"
    },
    "invalid_reason": {
      "type": "string"
    },
    "budget": {
      "type": "string"
    }
  }
}