Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3 state crawler #1142

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
3 changes: 3 additions & 0 deletions crawlers/mooncrawl/mooncrawl/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@ class ViewTasks(BaseModel):
name: str
outputs: List[Dict[str, Any]]
address: str
customer_id: Optional[str] = None
instance_id: Optional[str] = None
v3: Optional[bool] = False
Andrei-Dolgolev marked this conversation as resolved.
Show resolved Hide resolved
Loading
Loading