Skip to content

Commit 93bf13b

Browse files
authored
Merge pull request #41 from TogetherCrew/feat/40-platformid-keyerror
fix: missing platform_id on data!
2 parents c9d0bcc + 5422e33 commit 93bf13b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

hivemind_etl/mediawiki/workflows.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ async def run(self, platform_id: str | None = None) -> None:
4444
"base_url": platform["base_url"],
4545
"community_id": platform["community_id"],
4646
"namespaces": platform["namespaces"],
47+
"platform_id": platform["platform_id"],
4748
}
4849
# Extract data from MediaWiki
4950
await workflow.execute_activity(

0 commit comments

Comments
 (0)