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
View JSON Schema on GitHub

JSON Schema

snowflake-scalafunction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScalaFunction",
  "title": "ScalaFunction",
  "allOf": [
    {
      "$ref": "#/components/schemas/BaseLanguage"
    }
  ],
  "properties": {
    "target_path": {
      "type": "string",
      "description": "Specifies where Snowflake should write the compiled code for inline function/procedures",
      "example": "example_value"
    }
  }
}