This is an automated email from the ASF dual-hosted git repository.
nixon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new a30c6d4 ATLAS-3665 :- Add 'queryText' attribute to the
'spark_process' type (#94)
a30c6d4 is described below
commit a30c6d4e9c3855c15978bf1e50f287831bbae8bc
Author: Vlad Glinsky <[email protected]>
AuthorDate: Fri Mar 20 18:31:16 2020 +0200
ATLAS-3665 :- Add 'queryText' attribute to the 'spark_process' type (#94)
---
...015-spark_process_add_query_text_attribute.json | 23 ++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git
a/addons/models/1000-Hadoop/patches/015-spark_process_add_query_text_attribute.json
b/addons/models/1000-Hadoop/patches/015-spark_process_add_query_text_attribute.json
new file mode 100644
index 0000000..ff41ed7
--- /dev/null
+++
b/addons/models/1000-Hadoop/patches/015-spark_process_add_query_text_attribute.json
@@ -0,0 +1,23 @@
+{
+ "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
+ }
+ ]
+ }
+ ]
+}