-
Notifications
You must be signed in to change notification settings - Fork 722
Solomon api client tool #26769
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
base: main
Are you sure you want to change the base?
Solomon api client tool #26769
Conversation
🟢 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces a new developer tool for debugging Solomon data source queries. The tool provides a command-line interface to interact with the Solomon API for retrieving sensor data and names.
- Adds a new Python-based CLI tool for Solomon API operations
- Implements functionality to list sensors and sensor names with configurable parameters
- Provides retry mechanisms and authentication support for API requests
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
File | Description |
---|---|
ydb/tests/tools/solomon_client/ya.make | Build configuration for the new Solomon client tool |
ydb/tests/tools/solomon_client/main.py | Main implementation of the Solomon API client with CLI interface |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
⚪
🟢 |
⚪
🟢 |
Changelog entry
...
Changelog category
Description for reviewers
new developer tool to aid debugging solomon data source queries