Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions contrib/templates/scala-job/databricks_template_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"artifacts_dest_path": {
"type": "string",
"description": "\nPlease provide the Volumes destination path in Databricks where the directory will be created containing the JAR and other artifacts to store. [example: /Volumes/abcdef1234567890].\nNote: Only when using Standard clusters, your admin must allowlist the Volumes JAR path you specify for your workspace (see https://docs.databricks.com/en/data-governance/unity-catalog/manage-privileges/allowlist.html)",
"description": "\nPlease provide the UC Volumes destination path in Databricks where the directory will be created containing the JAR and other artifacts to store. [example: /Volumes/abcdef1234567890].\nNote: Only when using Standard clusters, your admin must allowlist the Volumes JAR path you specify for your workspace (see https://docs.databricks.com/en/data-governance/unity-catalog/manage-privileges/allowlist.html)",
Comment thread
edwardfeng-db marked this conversation as resolved.
Outdated
"order": 2,
"pattern": "^/Volumes(?:/[a-z0-9_-]+)+$",
"pattern_match_failure_message": "Path must be of the form ^/Volumes(?:/[a-z0-9_-]+)+$"
"pattern": "^/Volumes(?:/[a-z0-9_-]+)+/?$",
"pattern_match_failure_message": "Please enter a valid path like /Volumes/my-folder. Only lowercase letters, numbers, dashes, and underscores are allowed in folder names."
Comment thread
edwardfeng-db marked this conversation as resolved.
Outdated
}
}
}