Skip to content

Commit 45019b6

Browse files
fix: refactor code to update dependency references
1 parent 8efadff commit 45019b6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/migration/dataraptor.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -589,11 +589,6 @@ export class DataRaptorMigrationTool extends BaseMigrationTool implements Migrat
589589
mappedObject['OmniDataTransformationId'] = omniDataTransformationId;
590590
mappedObject['Name'] = this.cleanName(mappedObject['Name']);
591591

592-
// Update formula field references if NameMappingRegistry is available
593-
if (this.nameRegistry && mappedObject['Formula']) {
594-
mappedObject['Formula'] = this.nameRegistry.updateDependencyReferences(mappedObject['Formula']);
595-
}
596-
597592
// BATCH framework requires that each record has an "attributes" property
598593
mappedObject['attributes'] = {
599594
type: DataRaptorMigrationTool.OMNIDATATRANSFORMITEM_NAME,

0 commit comments

Comments
 (0)