Add a New Dataset
To add a new dataset, follow these steps:
- Create a new package in
packages/for the dataset (e.g.,packages/new_dataset_data/). - Implement the ingestion logic, ensuring it follows the project's data contracts.
- Register the new asset in
src/nged_substation_forecast/defs/. - Update the Dagster pipeline to include the new asset.
- Run the pipeline to verify the data ingestion.