1
0
mirror of https://github.com/google/nomulus synced 2026-01-08 07:11:44 +00:00

Create pipeline to save synthetic DomainHistory objects (#1795)

This runs over all domains that weren't deleted as of September 5. This
will fix most of b/248112997, which is itself caused by b/245940594 --
creating synthetic history objects means that the RDE pipeline will look
at those instead of the potentially-no-longer-valid data in the old
history objects.
This commit is contained in:
gbrodman
2022-09-22 14:58:50 -04:00
committed by GitHub
parent a9d59e4d6e
commit 5264ab3fc3
3 changed files with 212 additions and 0 deletions

View File

@@ -707,6 +707,10 @@ createToolTask(
createToolTask(
'jpaDemoPipeline', 'google.registry.beam.common.JpaDemoPipeline')
createToolTask(
'createSyntheticDomainHistories',
'google.registry.tools.javascrap.CreateSyntheticDomainHistoriesPipeline')
project.tasks.create('generateSqlSchema', JavaExec) {
classpath = sourceSets.nonprod.runtimeClasspath
main = 'google.registry.tools.DevTool'