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

feat(remap self managed sources): Swap backend for self managed sources #28239

Closed
wants to merge 17 commits into from

Conversation

phixMe
Copy link
Contributor

@phixMe phixMe commented Feb 3, 2025

Problem

This must be merged after PR #28111

image

Previously we relied on the /query endpoint response to list self-managed sources, that query is a bit slow because it brings down the entire cumulative model that can be interacted with.

This solution references the postgres table model and gives us additional column details that we can table render. It's also a bit faster to interact with.

Does this work well for both Cloud and self-hosted?

Yes

@phixMe phixMe changed the title Feature(remap self managed sources) feat(remap self managed sources): Swap backend for self managed sources Feb 3, 2025
Copy link
Contributor

github-actions bot commented Feb 3, 2025

Size Change: -756 B (-0.06%)

Total Size: 1.16 MB

ℹ️ View Unchanged
Filename Size Change
frontend/dist/toolbar.js 1.16 MB -756 B (-0.06%)

compressed-size-action

@phixMe phixMe closed this Feb 7, 2025
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 this pull request may close these issues.

1 participant