Snowflake · Schema

ScalaFunction

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
target_path string Specifies where Snowflake should write the compiled code for inline function/procedures
runtime_version string Specifies the Scala runtime version to use. The supported versions of Scala are: 2.12
View JSON Schema on GitHub

JSON Schema

user-defined-function-scala-function-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ScalaFunction",
  "type": "object",
  "properties": {
    "target_path": {
      "type": "string",
      "description": "Specifies where Snowflake should write the compiled code for inline function/procedures"
    },
    "runtime_version": {
      "type": "string",
      "description": "Specifies the Scala runtime version to use. The supported versions of Scala are: 2.12"
    }
  }
}