mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user