google-nomulus/java/google/registry/tools/sql
ctingue 1c927a48e9 Filter synthetic OneTimes from billing SQL
I intend to configure ExpandRecurringBillingEventsAction in production in the near future, but until I verify that there's a 1:1 match between OneTimes expanded via SQL and OneTimes expanded via MR, filter the MR-synthetic OneTimes from the billing data view SQL.

I confirmed that this is the only script that consumes data from OneTime.

(Note that the best way would be to check for the SYNTHETIC flag, but syntheticCreationTime has a value iff the flag exists, and parsing the flags field is a relative pain in the neck compared to checking for null -- this is temporary.)

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=143108200
2017-01-09 11:59:04 -05:00
..
billing_data_view.sql Filter synthetic OneTimes from billing SQL 2017-01-09 11:59:04 -05:00
credit_balance_data_view.sql Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
credit_data_view.sql Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
currency_table.sql Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
premium_list_data_view.sql Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
recurring_event_data_view.sql Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
registrar_activity_report.sql Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
registrar_data_view.sql Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
registry_data_view.sql Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
ReportingHistory.sql Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
ReportingIdentifiers.sql Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00