bronze_calendar
1,969
rows
Project-scoped Databricks objects under the walmart_m5_* namespace
(isolated from other workspaces projects). Raw files were uploaded once to a
Volume, then notebook 01_bronze_ingestion wrote Bronze Delta tables
with lineage metadata.
| Object | Name |
|---|---|
| Workspace folder | walmart_m5/notebooks |
| Bronze schema | workspace.walmart_m5_bronze |
| Silver schema | workspace.walmart_m5_silver |
| Gold schema | workspace.walmart_m5_gold |
| Raw Volume | /Volumes/workspace/walmart_m5_bronze/raw_files/ |
_batch_id, _ingestion_timestamp, _ingestion_date, _source_file| Table | Source file | Rows | Notes |
|---|---|---|---|
bronze_calendar |
calendar.csv |
1,969 | Dates, events, SNAP flags, d_* day ids |
bronze_sell_prices |
sell_prices.csv |
6,841,121 | store × item × wm_yr_wk prices |
bronze_sales |
sales_train_evaluation.csv |
30,490 | Wide format with d_1…d_1941 |
Verified from export notebooks/01_bronze_ingestion.html
(batch example m5_20260909T111447Z_e5b54df0).
notebooks/01_bronze_ingestion.py # Import into Databricks: # Workspace → walmart_m5 → notebooks → Import