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

[databroker-cli] SELECT query not working for kuksa.val.v1 on databroker-cli #725

Open
AkhilTThomas opened this issue Dec 23, 2023 · 1 comment

Comments

@AkhilTThomas
Copy link
Contributor

The SELECT query feature is not working for the databroker-cli when the protocol is set to kuksa-val-v1.

kuksa.val.v1 > subscribe SELECT Vehicle.Speed
[subscribe]  NotFound  No entries found for the provided. Path: SELECT
kuksa.val.v1 >

Also the autocomplete does not fill the SELECT keyword or the subsequent data points.

@SebastianSchildt
Copy link
Contributor

Yes, from an API perspective we need to decide how to move forward here, currently it is in the "Old" sdv API, while the new kuksa API does not have such a feature.

We might either decide to just bring the same call to the v1 api, or considering that this is a "different" way of interacting with databroker, (becasue if you are using the v1 API maybe you would not use SQL and vice versa) maybe split it out into a seperate API/module

I think this has not been discussed much yet.

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

No branches or pull requests

2 participants