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

Add support for classifying invalid compatibility reports to the http service #3839

Closed
ksy36 opened this issue Nov 20, 2023 · 0 comments · Fixed by #3846
Closed

Add support for classifying invalid compatibility reports to the http service #3839

ksy36 opened this issue Nov 20, 2023 · 0 comments · Fixed by #3846

Comments

@ksy36
Copy link
Contributor

ksy36 commented Nov 20, 2023

There will be a scheduled ETL job with https://github.com/mozilla/docker-etl that should populate a batch of reports from BQ and submit a POST request for classification for them. An example request will likely look as follows:

[
   {
        "uuid": "954dbc23-91e6-4d6f-a10a-405f46663e31",
        "title": "https://www.threads.net/t/CuRtcYTNY3J",
        "body": "Loads blank page."
    },
   {
        "uuid": "af7e27b5-3ce3-46e1-8294-5baea36782cc",
        "title": "https://play.google.ocm/",
        "body": "Can\u0027t open the site"
    }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant