@ -475,8 +475,8 @@ export class ImportService {
'marketData'
);
// Asset profile belongs to a different user
// Asset profile belongs to a different user, generate a new symbol
if (existingAssetProfile) {
if (existingAssetProfile && !isDryRun) {
symbol = randomUUID();
}