When trying to augment the dm:import: StagingImportDatabase by adding a table for Households I keep getting:
Description Resource Path Location Type
Unknown table “DM_DATALOAD” in relational schema “RelationalSchema clarity:StagingImportDatabase” . StagingImportDatabase. datasource /xxx/meta/datasources/xxx dataSource=xxx: StagingImportDatabase, table=Household Metadata Problem
The DM_DATALOAD aspect is in the StagingImportDatabase datasource and if I do the changes as a customization instead of an augment then I wont get this error (but I run into another issue).
The source looks like:
<RelationalDatabaseAugment for=”dm:import: StagingImportDatabase”>
<Tables>
<Table aspects=”DM_DATALOAD” name=”Household” primaryKey=”Household.PK”>
<Columns>
… (similar to how Company is setup in the StagingImportDatabase)
I’ve also tried to have the file in the same dm:import: folder but get the same error. I’ve even tried to add the dm:import: before he aspect name and still no luck.
Any ideas?