Snowflake · Schema

StorageLocation

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
name string
storage_provider string Specifies the cloud storage provider that stores your data files.
View JSON Schema on GitHub

JSON Schema

external-volume-storage-location-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StorageLocation",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": ""
    },
    "storage_provider": {
      "type": "string",
      "description": "Specifies the cloud storage provider that stores your data files."
    }
  }
}