Skip to content

Commit

Permalink
update asset key for edxorg course metadata from API (#1470)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachellougee authored Feb 10, 2025
1 parent ec4db21 commit 8a65214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ol_orchestrate/assets/edxorg_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,13 @@ def edxorg_program_metadata(
description="The metadata for MITx courses extracted from the edxorg's "
"course catalog API",
io_manager_key="s3file_io_manager",
key=AssetKey(("edxorg", "processed_data", "course_metadata")),
key=AssetKey(("edxorg", "api_data", "course_metadata")),
),
"course_run_metadata": AssetOut(
description="The metadata for MITx course runs extracted from the edxorg's "
"course catalog API",
io_manager_key="s3file_io_manager",
key=AssetKey(("edxorg", "processed_data", "course_run_metadata")),
key=AssetKey(("edxorg", "api_data", "course_run_metadata")),
),
},
)
Expand Down

0 comments on commit 8a65214

Please sign in to comment.