Baselight
SELECT 
    new_datasets,
    new_tables,
    rows_added,
    MAKE_DATE(year, month, 1) as date,
    SUM(new_datasets) OVER (ORDER BY MAKE_DATE(year, month, 1)) as datasets,
    SUM(new_tables) OVER (ORDER BY MAKE_DATE(year, month, 1)) as tables,
    SUM(rows_added) OVER (ORDER BY MAKE_DATE(year, month, 1)) as rows
FROM "@adlrocha.sandbox.baselight_monthly_stats"
ORDER BY date;
new_datasetsnew_tablesrows_addeddatedatasetstablesrows
80556531853557697282025-02-018055653185355769728
46530507144402849022025-03-0185209582519796054630
18580145448212160854912025-04-012710024127341012140121
64971534452078676802025-05-013359725661746220007801
173163325353191780702025-06-015091328987051539185871
4931950346426493532025-07-015140629182086181835224
7714670646971344122025-08-0152177296490150878969636
92339594514412025-09-0152186296513154838421077

Share link

Anyone who has the link will be able to view this.