Snowflake · JSON Structure

Procedure Scala Function Structure

Type: object Properties: 1
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

target_path

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ScalaFunction",
  "type": "object",
  "properties": {
    "target_path": {
      "type": "string"
    }
  }
}