Commit 9e2d3266 by Ashutosh Mestry

ATLAS-3073: Investigate and fix IT failures in AdminExportImportTestIT

parent ca22400e
...@@ -464,7 +464,7 @@ ...@@ -464,7 +464,7 @@
"name": "hive_table_db", "name": "hive_table_db",
"serviceType": "hive", "serviceType": "hive",
"typeVersion": "1.2", "typeVersion": "1.2",
"relationshipCategory": "COMPOSITION", "relationshipCategory": "AGGREGATION",
"relationshipLabel": "__hive_table.db", "relationshipLabel": "__hive_table.db",
"endDef1": { "endDef1": {
"type": "hive_table", "type": "hive_table",
......
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
"applyToVersion": "1.1", "applyToVersion": "1.1",
"updateToVersion": "1.2", "updateToVersion": "1.2",
"params": { "params": {
"relationshipLabel": "__hive_table.db" "relationshipLabel": "__hive_table.db",
"relationshipCategory": "AGGREGATION"
} }
}, },
{ {
......
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