supporter_plus_or_tier_three__once AS()

in src/lib/bigquery.ts [70:75]


        supporter_plus_or_tier_three__once AS (
            SELECT SUM(first_payment_unit_price_transaction_currency) AS amount
            FROM reader_revenue.fact_holding_acquisition
            WHERE acquired_date >= '${config.StartDate}' AND acquired_date < '${
		config.EndDate
	}'