Skip to content

Commit

Permalink
add dashboard stds
Browse files Browse the repository at this point in the history
  • Loading branch information
cbini committed Sep 18, 2023
1 parent e010767 commit 75b4fa8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions src/teamster/kippmiami/renlearn/config/assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ assets:
- SM
- SR
- SEL
- asset_name: star_dashboard_standards
remote_filepath: .
remote_file_regex: KIPP Miami\.zip
archive_filepath: (?P<subject>)_Dashboard_Standards_v2\.csv
partition_keys:
start_date: 2023-07-01
subject:
- SM
- SR
- SEL
- asset_name: fast_star
remote_filepath: .
remote_file_regex: KIPP Miami\.zip
Expand Down
8 changes: 4 additions & 4 deletions tests/renlearn/test_renlearn_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"FL_FAST_SM_K-2.csv",
"FL_FAST_SR_K-2.csv",
"SEL_Dashboard_Standards_v2.csv",
"SEL_SkillArea_v1.csv",
"SEL.csv",
"SM_Dashboard_Standards_v2.csv",
"SM_SkillArea_v1.csv",
"SM.csv",
"SR_Dashboard_Standards_v2.csv",
"SEL_SkillArea_v1.csv",
"SM_SkillArea_v1.csv",
"SR_SkillArea_v1.csv",
"SEL.csv",
"SM.csv",
"SR.csv",
]

Expand Down

0 comments on commit 75b4fa8

Please sign in to comment.