mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02:00
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 |
||
---|---|---|
.. | ||
billing_data_view.sql | ||
credit_balance_data_view.sql | ||
credit_data_view.sql | ||
currency_table.sql | ||
premium_list_data_view.sql | ||
recurring_event_data_view.sql | ||
registrar_activity_report.sql | ||
registrar_data_view.sql | ||
registry_data_view.sql | ||
ReportingHistory.sql | ||
ReportingIdentifiers.sql |