crypto-etl-pipeline/ │ ├── src/ │ ├── __init__.py │ ├── extract.py ← Fetches data from CoinGecko API │ ├── transform.py ← Cleans and enriches data with Pandas │ └── load.py ← Inserts into PostgreSQL ...
CREATE INDEX IF NOT EXISTS idx_fact_sales_date_key ON fact_sales(date_key); CREATE INDEX IF NOT EXISTS idx_fact_sales_order_date ON fact_sales(order_date); CREATE ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results