Skip to content

Add CLI data query commands, fix data source type values#5092

Open
shannonbradshaw wants to merge 1 commit into
mainfrom
claude/cli-data-query-and-hotstorage-fix
Open

Add CLI data query commands, fix data source type values#5092
shannonbradshaw wants to merge 1 commit into
mainfrom
claude/cli-data-query-and-hotstorage-fix

Conversation

@shannonbradshaw

Copy link
Copy Markdown
Collaborator

Source changes

Docs changes

Breaking fix (priority 2): The --data-source-type flag on viam datapipelines create changed its accepted value from hotstorage to hot-storage. Users following the old docs would get an error. Fixed across 8 files:

  • docs/cli/reference.md: fixed example and flag table
  • docs/cli/data-pipelines.md: fixed flag table
  • docs/data/pipelines/create-a-pipeline.md: fixed flag table and troubleshooting
  • docs/data/pipelines/overview.md: fixed data source table and prose
  • docs/data/pipelines/reference.md: fixed field table and data source types table

Value consistency fix: pipeline_sink (underscore) changed to pipeline-sink (hyphen) to match the CLI-accepted value. Fixed across 4 files:

  • docs/data/pipelines/overview.md
  • docs/data/pipelines/reference.md
  • docs/data/pipelines/query-results.md

New command documentation (priority 5):

  • docs/cli/reference.md: added data query sql and data query mql sections with flag tables and examples
  • docs/cli/manage-data.md: added "Query data" section with SQL, MQL, and data source type examples
  • docs/data/query-data.md: added CLI as a query option in the introduction

How I found these

  • Diffed viamrobotics/rdk from 893945e to d651678 (3 commits since 2026-06-12)
  • Grep matched hotstorage across 6 docs files, pipeline_sink across 4 files
  • Verified new CLI command structure against rdk/cli/app.go command tree

Generated by daily docs change agent


Generated by Claude Code

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
@netlify

netlify Bot commented Jun 13, 2026

Copy link
Copy Markdown

Deploy Preview for viam-docs ready!

Name Link
🔨 Latest commit 7c54e00
🔍 Latest deploy log https://app.netlify.com/projects/viam-docs/deploys/6a2d1f7bcaf70a0008c8f3dd
😎 Deploy Preview https://deploy-preview-5092--viam-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 37 (🔴 down 2 from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 92 (no change from production)
PWA: 70 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@viambot viambot added the safe to build This pull request is marked safe to build from a trusted zone label Jun 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

safe to build This pull request is marked safe to build from a trusted zone

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants