Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8.3
-
None
Description
Users can provide a tranforms option while import to replace @cl1 in hive_table to @cl2 using the following JSON.
{ "options": { "transforms": "{ \"hive_table\": { \"qualifiedName\": [ \"replace:@cl1:@cl2\" ] } }" } }
It would be easy to specify a super type like 'Asset' to transform all types in the export items which inherit from the super type to have "@cl1" replaced with "@cl2" like
{ "options": { "transforms": "{ \"Asset\": { \"qualifiedName\": [ \"replace:@cl1:@cl2\" ] } }" } }
Attachments
Attachments
Issue Links
- links to