This is an automated email from the ASF dual-hosted git repository.

nixon pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 02df5c8  ATLAS-3665 :- Add 'queryText' attribute to the 
'spark_process' type (#94)
02df5c8 is described below

commit 02df5c87f0bdee03142bcdc4e5cfb44edf0ad26f
Author: Vlad Glinsky <61428392+vladhlin...@users.noreply.github.com>
AuthorDate: Fri Mar 20 18:31:16 2020 +0200

    ATLAS-3665 :- Add 'queryText' attribute to the 'spark_process' type (#94)
    
    (cherry picked from commit a30c6d4e9c3855c15978bf1e50f287831bbae8bc)
---
 ...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
+        }
+      ]
+    }
+  ]
+}

Reply via email to