Description
Execution dbImport plugin with config from dataMap changes schema of dbImport config in dataMap.
Before dbImport:
<schema> <name>test-schema</name> <includeTable>TestTable</includeTable> </schema>
After dbImport:
<catalog> <schema> <name>test-schema</name> <includeTable>TestTable</includeTable> </schema> </catalog>