mirror of
https://github.com/google/nomulus.git
synced 2025-05-01 04:27: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
|
FROM
|
||||||
`%PROJECT_ID%.%DATASTORE_EXPORT_DATA_SET%.%REGISTRY_TABLE%`
|
`%PROJECT_ID%.%DATASTORE_EXPORT_DATA_SET%.%REGISTRY_TABLE%`
|
||||||
WHERE
|
WHERE
|
||||||
|
-- TODO(b/18092292): Add a filter for tldState (not PDT/PREDELEGATION)
|
||||||
tldType = 'REAL') ) AS BillingEvent
|
tldType = 'REAL') ) AS BillingEvent
|
||||||
-- Gather billing ID from registrar table
|
-- Gather billing ID from registrar table
|
||||||
-- This is a 'JOIN' as opposed to 'LEFT JOIN' to filter out
|
-- This is a 'JOIN' as opposed to 'LEFT JOIN' to filter out
|
||||||
|
|
|
@ -54,6 +54,7 @@ FROM (
|
||||||
FROM
|
FROM
|
||||||
`my-project-id.latest_datastore_export.Registry`
|
`my-project-id.latest_datastore_export.Registry`
|
||||||
WHERE
|
WHERE
|
||||||
|
-- TODO(b/18092292): Add a filter for tldState (not PDT/PREDELEGATION)
|
||||||
tldType = 'REAL') ) AS BillingEvent
|
tldType = 'REAL') ) AS BillingEvent
|
||||||
-- Gather billing ID from registrar table
|
-- Gather billing ID from registrar table
|
||||||
-- This is a 'JOIN' as opposed to 'LEFT JOIN' to filter out
|
-- This is a 'JOIN' as opposed to 'LEFT JOIN' to filter out
|
||||||
|
|
Loading…
Add table
Reference in a new issue