Commit 0f79c344 by Madhan Neethiraj

ATLAS-3065: fix incorrect name (rename typeDefOptions to options) in merged…

ATLAS-3065: fix incorrect name (rename typeDefOptions to options) in merged models for Hive and RDBMS
parent 10f34ed8
...@@ -176,7 +176,7 @@ ...@@ -176,7 +176,7 @@
], ],
"serviceType": "hive", "serviceType": "hive",
"typeVersion": "1.1", "typeVersion": "1.1",
"typeDefOptions": { "options": {
"schemaElementsAttribute": "columns" "schemaElementsAttribute": "columns"
}, },
"attributeDefs": [ "attributeDefs": [
...@@ -402,7 +402,7 @@ ...@@ -402,7 +402,7 @@
], ],
"serviceType": "hive", "serviceType": "hive",
"typeVersion": "1.3", "typeVersion": "1.3",
"typeDefOptions": { "options": {
"schemaAttributes": "[\"name\", \"description\", \"owner\", \"type\", \"comment\", \"position\"]" "schemaAttributes": "[\"name\", \"description\", \"owner\", \"type\", \"comment\", \"position\"]"
}, },
"attributeDefs": [ "attributeDefs": [
......
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
"superTypes": ["DataSet"], "superTypes": ["DataSet"],
"serviceType": "rdbms", "serviceType": "rdbms",
"typeVersion": "1.2", "typeVersion": "1.2",
"typeDefOptions": { "options": {
"schemaElementsAttribute": "columns" "schemaElementsAttribute": "columns"
}, },
"attributeDefs": [ "attributeDefs": [
...@@ -258,7 +258,7 @@ ...@@ -258,7 +258,7 @@
"superTypes": ["DataSet"], "superTypes": ["DataSet"],
"serviceType": "rdbms", "serviceType": "rdbms",
"typeVersion": "1.2", "typeVersion": "1.2",
"typeDefOptions": { "options": {
"schemaAttributes": "[\"name\", \"description\", \"owner\", \"data_type\", \"comment\", \" isPrimaryKey\", \" isNullable\"]" "schemaAttributes": "[\"name\", \"description\", \"owner\", \"data_type\", \"comment\", \" isPrimaryKey\", \" isNullable\"]"
}, },
"attributeDefs": [ "attributeDefs": [
......
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