Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
Background
Existing transformation framework that is used in ImportService does not correctly replace qualifiedName for hive_table entities in cases where entity name and qualifiedName are different.
Steps to Duplicate
- Create hive_db, say db1.
- Create hive_table entity such that it has name = testtable and qualifiedName = db1.testtable-123@cl1.
- Use the transforms handler to convert hive_db (db1) name to dbX and clusterName = clX.
Expected Results
The resulting hive_db should have name and qualifiedName changed to dbX.
The hive_table should have its name = testtable and qualifiedName = dbX.testtable-123@clX.
Actual Results
The hive_db entity is correctly transformed.
The hive_table entity's qualifiedName gets changed to dbX.testtable@clX.
Attachments
Attachments
Issue Links
- links to