Skip to content

Commit

Permalink
fix: partition key type
Browse files Browse the repository at this point in the history
  • Loading branch information
cbini committed Jun 28, 2024
1 parent 930b48b commit e09d014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/teamster/libraries/overgrad/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _asset(context: AssetExecutionContext, overgrad: OvergradResource):
university_id = d["university"]["id"]

if university_id is not None:
university_ids.add(university_id)
university_ids.add(str(university_id))

context.instance.add_dynamic_partitions(
partitions_def_name=universities_partitions_def_name,
Expand Down

0 comments on commit e09d014

Please sign in to comment.