Add CLI data query commands, fix data source type values#5092
Open
shannonbradshaw wants to merge 1 commit into
Open
Add CLI data query commands, fix data source type values#5092shannonbradshaw wants to merge 1 commit into
shannonbradshaw wants to merge 1 commit into
Conversation
RDK #6100 added `viam data query sql` and `viam data query mql` CLI commands for querying tabular data, and refactored data source type constants. The --data-source-type flag values changed from `hotstorage` to `hot-storage` and `pipeline_sink` to `pipeline-sink`. - Add data query sql and data query mql sections to CLI reference - Add query data section to manage-data.md - Mention CLI as a query option in query-data.md - Fix all references from hotstorage to hot-storage (8 pages) - Fix all references from pipeline_sink to pipeline-sink (4 pages) https://claude.ai/code/session_01RRcUtpfchpJCAp493Wx1Qu
✅ Deploy Preview for viam-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Source changes
viam data query sqlandviam data query mqlCLI commands for querying tabular data. Refactored data source type constants, changing--data-source-typeaccepted values fromhotstoragetohot-storageandpipeline_sinktopipeline-sink.Docs changes
Breaking fix (priority 2): The
--data-source-typeflag onviam datapipelines createchanged its accepted value fromhotstoragetohot-storage. Users following the old docs would get an error. Fixed across 8 files:Value consistency fix:
pipeline_sink(underscore) changed topipeline-sink(hyphen) to match the CLI-accepted value. Fixed across 4 files:New command documentation (priority 5):
data query sqlanddata query mqlsections with flag tables and examplesHow I found these
hotstorageacross 6 docs files,pipeline_sinkacross 4 filesGenerated by daily docs change agent
Generated by Claude Code