We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653a992 commit 64c27a6Copy full SHA for 64c27a6
1 file changed
hivemind_etl/website/website_etl.py
@@ -17,6 +17,10 @@ def __init__(
17
-----------
18
community_id : str
19
the community to save its data
20
+ platform_id : str
21
+ the platform to save its data
22
+
23
+ Note: the collection name would be `community_id_platform_id`
24
"""
25
if not community_id or not isinstance(community_id, str):
26
raise ValueError("community_id must be a non-empty string")
0 commit comments