Unverified Commit a30c6d4e by Vlad Glinsky Committed by GitHub

ATLAS-3665 :- Add 'queryText' attribute to the 'spark_process' type (#94)

parent 9647c913
{
"patches": [
{
"id": "TYPEDEF_PATCH_1000_015_001",
"description": "Add 'queryText' attribute to spark_process",
"action": "ADD_ATTRIBUTE",
"typeName": "spark_process",
"applyToVersion": "1.0",
"updateToVersion": "1.1",
"params": null,
"attributeDefs": [
{
"name": "queryText",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": true,
"isOptional": true,
"isUnique": false
}
]
}
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment