Skip to content

Fix documentation discrepancies with actual code implementation#20

Merged
nicosuave merged 1 commit intomainfrom
nicosuave/docs-reality-check
Dec 29, 2025
Merged

Fix documentation discrepancies with actual code implementation#20
nicosuave merged 1 commit intomainfrom
nicosuave/docs-reality-check

Conversation

@nicosuave
Copy link
Copy Markdown
Member

Summary

Comprehensive documentation audit and fix to align docs with actual code implementation. Addresses user complaints about documentation divergence.

  • Fix 3 broken links to non-existent sql-queries.qmd (now query.qmd)
  • Fix CLI query command syntax: positional SQL arg, not --sql option
  • Add 3 missing CLI commands: migrator, lsp, preagg (with subcommands)
  • Add missing CLI options to workbench/serve (--connection, --db)
  • Fix python-api.qmd: remove non-existent offset from query(), parameters from sql()
  • Document all compile() parameters
  • Add many_to_many relationship type to all relevant docs
  • Add deprecation notices for Parameter class with migration guidance
  • Add Segments section to YAML_FORMAT.md
  • Add Pre-aggregations section to YAML_FORMAT.md
  • Document dimension hierarchies (parent property)
  • Add missing time comparison types (dod, prior_period)
  • Note foreign_key defaults for many_to_one relationships
  • Add Measure backwards-compatibility alias note

Review reports generated in docs/_review/ (not committed) provide detailed audit trails.

- Fix 3 broken links to non-existent sql-queries.qmd (now query.qmd)
- Fix CLI query command syntax: positional SQL arg, not --sql option
- Add missing CLI commands: migrator, lsp, preagg (recommend/apply/refresh)
- Add missing CLI options to workbench/serve (--connection, --db)
- Fix python-api.qmd: remove non-existent offset from query(), parameters from sql()
- Document all compile() parameters (order_by, limit, offset, dialect, use_preaggregations)
- Add many_to_many relationship type to all relevant docs
- Add deprecation notices for Parameter class with migration guidance
- Add Segments section to YAML_FORMAT.md
- Add Pre-aggregations section to YAML_FORMAT.md
- Document dimension hierarchies (parent property)
- Add missing time comparison types (dod, prior_period)
- Note foreign_key defaults for many_to_one relationships
- Add Measure backwards-compatibility alias note
@nicosuave nicosuave merged commit 20354eb into main Dec 29, 2025
10 checks passed
@nicosuave nicosuave deleted the nicosuave/docs-reality-check branch December 29, 2025 23:49
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

Successfully merging this pull request may close these issues.

1 participant