mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Add TODOs in SQL files for recurring billing expansion
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=144133707
This commit is contained in:
parent
0859cde790
commit
3ee98988c5
2 changed files with 6 additions and 0 deletions
|
@ -94,6 +94,9 @@ FROM (
|
|||
(SELECT tld FROM [%DEST_DATASET%.RegistryData] WHERE type = 'REAL')
|
||||
), (
|
||||
-- Extract synthetic recurring events from view of Recurring data.
|
||||
--
|
||||
-- TODO(b/27562876): Drop this section of the query once we verify
|
||||
-- that expanded OneTime events via MapReduce are correct and complete.
|
||||
SELECT
|
||||
id,
|
||||
kind,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue