-
Notifications
You must be signed in to change notification settings - Fork 132
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
Directly use Zed lake query endpoint #1618
Comments
I took a shot at verifying the work thus far with Brim 0dcf10c by attempting this multi-pool
This produced a backend error
@nwt proposed a fix for this:
|
Verified in Brim commit de44850. Now with the benefit of the additional fix from #1836, we can execute the multi-pool join shown in the Zed docs from within the Brim app, as shown in the attached video: Verify.mp4In a discussion with the Dev team, it was confirmed that the current fix added in #1836 is only limited to queries where the Thanks @mason-fish! |
As described in brimdata/super#2680, the current API is allowing Brim to access data in pools via the legacy "search" endpoint, but there's functionality such as
join
from multiple pools that will only be possible when the app starts directly using the new Zed lake "query" endpoint.The text was updated successfully, but these errors were encountered: