{"id":46566976,"url":"https://github.com/edanalytics/edu_wh","last_synced_at":"2026-03-07T07:32:55.713Z","repository":{"id":64274931,"uuid":"561565930","full_name":"edanalytics/edu_wh","owner":"edanalytics","description":"dbt package for EDU's Ed-Fi data warehouse","archived":false,"fork":false,"pushed_at":"2026-02-26T16:57:21.000Z","size":605,"stargazers_count":17,"open_issues_count":17,"forks_count":3,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-02-26T23:00:07.381Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edanalytics.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-04T01:06:56.000Z","updated_at":"2026-02-13T17:46:46.000Z","dependencies_parsed_at":"2026-02-26T19:05:44.942Z","dependency_job_id":null,"html_url":"https://github.com/edanalytics/edu_wh","commit_stats":null,"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/edanalytics/edu_wh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edanalytics%2Fedu_wh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edanalytics%2Fedu_wh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edanalytics%2Fedu_wh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edanalytics%2Fedu_wh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edanalytics","download_url":"https://codeload.github.com/edanalytics/edu_wh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edanalytics%2Fedu_wh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30209735,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T05:23:27.321Z","status":"ssl_error","status_checked_at":"2026-03-07T05:00:17.256Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-03-07T07:32:55.230Z","updated_at":"2026-03-07T07:32:55.702Z","avatar_url":"https://github.com/edanalytics.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# edu_wh\n\nThis package creates a dimensional data warehouse to power analytics on data\nfrom the [Ed-Fi data standard](https://www.ed-fi.org/).\n\nIt is a highly configurable and extensible package to power analytics on K12 \neducation data. \n\n\u003e **Note**\n\u003e This package is not complete on its own. Use our [Project Template](https://github.com/edanalytics/edu_project_template) to populate\n\u003e necessary configuration.\n\nThis package is part of the larger [EDU](https://enabledataunion.org)\nanalytics framework.\n\n## Installation\n\ndbt version required: `\u003e=1.0.0, \u003c2.0.0`\n\nInclude the following in your `packages.yml` file:\n\n```\npackages:\n  - package: edanalytics/edu_wh\n    version: [\"\u003e=0.3.0\", \"\u003c0.4.0\"]\n```\n\n\u003e **Note**\n\u003e This package already includes the upstream [Ed-Fi Source package](https://github.com/edanalytics/edu_edfi_source), so you don't need to include it again.\n\n## License\nThis package is free to use for noncommercial purposes. \nSee [License](LICENSE.md).\n\n## Configuration\nThis package is highly configurable: it needs to parse a variety of [Descriptors](https://techdocs.ed-fi.org/display/EFDS32/Descriptor+Guidance) from Ed-Fi \nand has many settings.\n\nSee our [documentation](https://enabledataunion.org/docs/manage_extend/#dbt-configuration) \nfor more details on configuration.\n\n## Project Layout\n\n### Ed-Fi Source Data\nProcessing raw Ed-Fi JSON into nice rectangular tables is handled by the \n[edu_edfi_source](https://github.com/edanalytics/edu_edfi_source). See more \ninformation on raw data processing there.\n\n### Build\nThe `build` section of the package does additional pre-processing of data \nfrom `edu_edfi_source` to prepare it to land in the warehouse. \n\nWhen the computations for a warehouse table are too complex to fit into one model,\nwe break them out into the `build` section. \n\n### Core Warehouse\n\n`core_warehouse` is where the majority of warehouse tables are defined. \n\n## Dependencies\n\nThis package depends on `edu_edfi_source`, which also imports `dbt_utils`. If\nyour project also imports these packages, we recommend you remove them from your \nroot `packages.yml` to avoid package version conflicts.\n\n## Package Maintenance\n\nThe Education Analytics team only maintains the latest version of the package.\nWe recommend that you stay consistent with the [latest version](https://github.com/edanalytics/edu_wh/releases/latest) of the package\nand refer to the [CHANGELOG](https://github.com/edanalytics/edu_wh/blob/main/CHANGELOG.md)\nand release notes for more information on changes across versions.\n\n## Platform Compatibility\nCurrently Snowflake and Databricks are supported.\n\nWe have built the scaffolding for multi-platform support via dbt macros, and we welcome contributions\nfor new platforms.\n\n[Contact us](mailto:edu@edanalytics.org) if you're interested in support in another\nplatform or contributing to this effort.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedanalytics%2Fedu_wh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedanalytics%2Fedu_wh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedanalytics%2Fedu_wh/lists"}