We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9d0bcc + 5422e33 commit 93bf13bCopy full SHA for 93bf13b
1 file changed
hivemind_etl/mediawiki/workflows.py
@@ -44,6 +44,7 @@ async def run(self, platform_id: str | None = None) -> None:
44
"base_url": platform["base_url"],
45
"community_id": platform["community_id"],
46
"namespaces": platform["namespaces"],
47
+ "platform_id": platform["platform_id"],
48
}
49
# Extract data from MediaWiki
50
await workflow.execute_activity(
0 commit comments