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:
larryruili 2018-01-05 14:10:25 -08:00 committed by Ben McIlwain
parent 077600971f
commit d2d7fdeb90
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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