Skip to content

Improve OData describe output#62

Merged
wilsonfreitas merged 1 commit into
mainfrom
issue-5-describe-output
Jun 15, 2026
Merged

Improve OData describe output#62
wilsonfreitas merged 1 commit into
mainfrom
issue-5-describe-output

Conversation

@wilsonfreitas

Copy link
Copy Markdown
Owner

Summary

  • Make API-level describe() print detailed output for all OData endpoints by default
  • Add describe(full=False) for the previous short endpoint listing
  • Preserve describe("Endpoint") for a single endpoint and document the behavior

Closes #5

Tests

  • uv run pytest tests/test_odata.py
  • uv run ruff check bcb tests
  • uv run mypy bcb
  • uv run pytest
  • uv run --group docs sphinx-build -b html docs docs/_build/html

Note: uv run ruff check still reports pre-existing notebook issues outside this change.

@wilsonfreitas wilsonfreitas merged commit d1f985d into main Jun 15, 2026
9 checks passed
@wilsonfreitas wilsonfreitas deleted the issue-5-describe-output branch June 15, 2026 00:37
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.

Refazer output do método describe

1 participant