fix(): ingestion backfill source v2 (#13173)

This commit is contained in:
david-leifker 2025-04-10 13:34:40 -05:00 committed by GitHub
parent 7365ac6c64
commit 075175c749
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,8 @@ import lombok.extern.slf4j.Slf4j;
@Slf4j
public class BackfillIngestionSourceInfoIndicesStep extends AbstractMCLStep {
private static final String UPGRADE_ID = BackfillIngestionSourceInfoIndices.class.getSimpleName();
private static final String UPGRADE_ID =
BackfillIngestionSourceInfoIndices.class.getSimpleName() + "-v2";
private static final Urn UPGRADE_ID_URN = BootstrapStep.getUpgradeUrn(UPGRADE_ID);
public BackfillIngestionSourceInfoIndicesStep(