Issue: Create Missing Querysets for PGM-Level Models Based on Model Catalogs
Description
Review the model catalogs for PGM-level models to identify and create any missing querysets required for model pipelines. Adhere to ADR 011 - Common Querysets for Model Pipelines to ensure consistency and compatibility. Where possible, prioritize developing general unit tests to validate the querysets.
Objectives and Requirements
Reference Model Catalogs:
Use the PGM-level model catalog entries to identify the necessary querysets for PGM-level models.
Ensure that each queryset aligns with the requirements outlined in ADR 011.
Adhere to Queryset Standards:
Follow the structure and guidelines in ADR 011 to maintain consistency across querysets.
Reference existing querysets only if needed to ensure adherence to standards.
Develop Unit Tests:
Where feasible, develop general unit tests to validate the created querysets, ensuring they meet model pipeline requirements.
Tasks
[ ] Review the PGM-level model catalog entries to identify missing querysets.
[ ] Create the necessary querysets based on catalog requirements and ADR 011 standards.
[ ] Develop and implement general unit tests to validate queryset functionality.
Next Steps
Once querysets are created and validated, we will move on with the creation of missing model scaffolding and then get_data functions for each model
Labels PGM-level, queryset creation, model catalog, validation
Issue: Create Missing Querysets for PGM-Level Models Based on Model Catalogs
Description
Review the model catalogs for PGM-level models to identify and create any missing querysets required for model pipelines. Adhere to ADR 011 - Common Querysets for Model Pipelines to ensure consistency and compatibility. Where possible, prioritize developing general unit tests to validate the querysets.
Objectives and Requirements
Reference Model Catalogs:
Adhere to Queryset Standards:
Develop Unit Tests:
Tasks
Next Steps
Once querysets are created and validated, we will move on with the creation of missing model scaffolding and then get_data functions for each model
Labels
PGM-level
,queryset creation
,model catalog
,validation