You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we have the ability to mark feeds as official in the API, but we haven't populated the information yet.
There was a manual review of official feeds and we added feed_contact_email for these feeds. We can just add the official tag to any feed that currently has feed contact email.
Proposed solution
-Tag feeds as official based on if they have a feed_contact_email
Run SQL query one time import of official based on feed_contact_email.
Pipeline change on the dev team: Automatic scrape of feed_contact_email based on JSON validation report
Run the process for 3000 previously added feeds. Calling the POST API to make the change locally. Not connecting to the DB from prod.
Spike: how to add the access token to the script"
Alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the problem
Right now, we have the ability to mark feeds as official in the API, but we haven't populated the information yet.
There was a manual review of official feeds and we added feed_contact_email for these feeds. We can just add the official tag to any feed that currently has feed contact email.
Proposed solution
-Tag feeds as official based on if they have a feed_contact_email
Alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: