mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02:00
Add TODO to filter by tldState in billing pipeline
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=180973229
This commit is contained in:
parent
077600971f
commit
d2d7fdeb90
2 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,7 @@ FROM (
|
|||
FROM
|
||||
`%PROJECT_ID%.%DATASTORE_EXPORT_DATA_SET%.%REGISTRY_TABLE%`
|
||||
WHERE
|
||||
-- TODO(b/18092292): Add a filter for tldState (not PDT/PREDELEGATION)
|
||||
tldType = 'REAL') ) AS BillingEvent
|
||||
-- Gather billing ID from registrar table
|
||||
-- This is a 'JOIN' as opposed to 'LEFT JOIN' to filter out
|
||||
|
|
|
@ -54,6 +54,7 @@ FROM (
|
|||
FROM
|
||||
`my-project-id.latest_datastore_export.Registry`
|
||||
WHERE
|
||||
-- TODO(b/18092292): Add a filter for tldState (not PDT/PREDELEGATION)
|
||||
tldType = 'REAL') ) AS BillingEvent
|
||||
-- Gather billing ID from registrar table
|
||||
-- This is a 'JOIN' as opposed to 'LEFT JOIN' to filter out
|
||||
|
|
Loading…
Add table
Reference in a new issue