jackhalfalltrades commented on code in PR #307:
URL: https://github.com/apache/atlas/pull/307#discussion_r2071895788


##########
addons/models/0000-Area0/0010-base_model.json:
##########
@@ -568,6 +568,24 @@
       "serviceType": "atlas_core",
       "typeVersion": "1.0",
       "attributeDefs": []
+    },
+    {
+      "name":        "__AtlasAsyncImportRequest",
+      "superTypes":  [ "__internal" ],
+      "serviceType": "atlas_core",
+      "typeVersion": "1.0",
+      "attributeDefs": [
+        { "name": "requestId",           "typeName": "string", "isOptional": 
false, "cardinality": "SINGLE", "isUnique": true,  "isIndexable": true },
+        { "name": "importId",            "typeName": "string", "isOptional": 
false, "cardinality": "SINGLE", "isUnique": false, "isIndexable": true },
+        { "name": "status",              "typeName": "string", "isOptional": 
false, "cardinality": "SINGLE", "isUnique": false, "isIndexable": true },
+        { "name": "importDetails",       "typeName": "string", "isOptional": 
true,  "cardinality": "SINGLE", "isUnique": false, "isIndexable": false },
+        { "name": "skipTo",              "typeName": "string", "isOptional": 
false, "cardinality": "SINGLE", "isUnique": false, "isIndexable": false },
+        { "name": "importResult",        "typeName": "string", "isOptional": 
false, "cardinality": "SINGLE", "isUnique": false, "isIndexable": false },
+        { "name": "receivedAt",          "typeName": "string", "isOptional": 
false, "cardinality": "SINGLE", "isUnique": false, "isIndexable": false },

Review Comment:
   In on one of the comments skipTo is asked to rename as startEntityPosition, 
so i have used "startEntityPosition" in place of skipTo



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to