mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-26 09:26:22 +00:00
fix(): ingestion backfill source v2 (#13173)
This commit is contained in:
parent
7365ac6c64
commit
075175c749
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user