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 @@
],
"serviceType": "hive",
"typeVersion": "1.1",
"typeDefOptions": {
"options": {
"schemaElementsAttribute": "columns"
},
"attributeDefs": [
......@@ -402,7 +402,7 @@
],
"serviceType": "hive",
"typeVersion": "1.3",
"typeDefOptions": {
"options": {
"schemaAttributes": "[\"name\", \"description\", \"owner\", \"type\", \"comment\", \"position\"]"
},
"attributeDefs": [
......
......@@ -149,7 +149,7 @@
"superTypes": ["DataSet"],
"serviceType": "rdbms",
"typeVersion": "1.2",
"typeDefOptions": {
"options": {
"schemaElementsAttribute": "columns"
},
"attributeDefs": [
......@@ -258,7 +258,7 @@
"superTypes": ["DataSet"],
"serviceType": "rdbms",
"typeVersion": "1.2",
"typeDefOptions": {
"options": {
"schemaAttributes": "[\"name\", \"description\", \"owner\", \"data_type\", \"comment\", \" isPrimaryKey\", \" isNullable\"]"
},
"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