Baselight
Loading...Loading chart...
1select "year" || '-' || "month" as year_month, new_datasets, new_tables, rows_added,
2  SUM(new_datasets) OVER (ORDER BY "year","month"
3    ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) AS new_datasets_cum,
4  SUM(new_tables) OVER (ORDER BY "year","month"
5    ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) AS new_tables_cum,
6  SUM(rows_added) OVER (ORDER BY "year","month"
7    ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) AS rows_added_cum
8from @blt.catalog_metadata.monthly_catalog_stats
9order by year, month
10
year_monthnew_datasetsnew_tablesrows_addednew_datasets_cumnew_tables_cumrows_added_cum
2025-280556531853557697288055653185355769728
2025-3465305071444028302485209582519796052752
2025-418580145448211674299252710024127340963482677
2025-564971534451930984443359725661746156581121
2025-6173163325353105490525091328987051467130173
2025-74931950345808756565140629182086048005829
2025-877046696469230196452176296489150740307793
2025-95989385951666686052774297427210256974653
2025-10429086447048198141157064306071280738956064
2025-113884677047333457102306155287509429398

Share link

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