-
Notifications
You must be signed in to change notification settings - Fork 189
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
Update parser to fetch feeds from Supabase #2861
Comments
After discussing. We decided to to
// Supabase may not allow us to return all data at once, if it's the case => do it in portions
const feeds = await getWiki() // getWiki() queries feeds from Supabase
|
Currently waiting for #3373 to merge previous test changes before I can continue to change the test to reflect on the parser's change |
OK, #3373 is in, what's next? |
I would like to point out the things we need to also target for the
We may target the previous concerns in a PR separate from #2861. A few clarifications:
|
What would you like to be added:
Currently, we have a parser that fetches feed from CDOT Feed List.
We want to update our parser to fetch feed from Supabase once #2860 is implemented.
The text was updated successfully, but these errors were encountered: