jkhuhnke11Exchanges Bowtie - Operator Inflow
    Updated 2023-03-09
    SELECT date_trunc('day', block_timestamp) AS metric_date,
    event_from
    FROM gold.near_events
    WHERE event_from_label_type = 'operator'
    AND event_to_label_subtype = 'distributor_cex_satellite'
    AND metric_date >= getdate() - interval '6 months'
    Run a query to Download Data