Skip to main content
ETL PipelineNotebook
2Bronze
3Silver
4Gold
Connecting…
Step 1

Upload Your Raw Data

Choose a data file from your computer to begin the ETL pipeline. It will be stored securely in the Bronze layer for processing.

CSVParquetJSONORCXMLTXT
How it works
1
UploadSelect your raw CSV, Parquet, or JSON file
2
BronzeIngest and inspect raw data as-is
3
SilverClean, filter and transform the data
4
GoldAggregate and export business-ready data
Run PipelineClick "Run Pipeline" in the header to execute all layers at once
Session
LayerBronze
Files0
DataFrames0
Bronze
Raw Data Ingestion
Load your files exactly as-is. No transformation here — just bring the data in and explore it.
1Upload a file using the button above
2Find it in My Files below → click Load
3Run the cell → creates df_bronze for Silver to use
Input
CSV · Parquet · JSON · ORC
Output
df_bronze
raw DataFrame → Silver
My FilesUpload a file above to get started
Only you can see these files

No files uploaded yet.

Upload a CSV, Parquet, or JSON above. Only your files appear here.

1
Add Cell:
Session Variables
No DataFrames yet — run a cell first.