Skip to content

docs: Add schema validation feature guide#307

Closed
Copilot wants to merge 2 commits intomainfrom
copilot/data-validation-schema-explanation
Closed

docs: Add schema validation feature guide#307
Copilot wants to merge 2 commits intomainfrom
copilot/data-validation-schema-explanation

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 26, 2026

No dedicated guide existed explaining how schema validation works in Dataframely — only the quickstart touched on it incidentally.

Changes

  • docs/guides/features/schema-validation.md — New feature guide covering:
    • Column declarations and column-level rules (nullable, primary_key, type-specific constraints, check)
    • Schema-level rules via @dy.rule() (row-level and group-level)
    • Schema inheritance
    • Inspecting a schema via repr()/print()
  • docs/guides/features/index.md — Adds schema-validation as the first entry in the Features toctree

📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (72fb1a6) to head (4de3bb5).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #307   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           56        56           
  Lines         3218      3218           
=========================================
  Hits          3218      3218           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copilot AI changed the title [WIP] Explain data validation schema docs: Add schema validation feature guide Mar 26, 2026
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Mar 26, 2026
Copilot AI requested a review from PeterKretschmerQC March 26, 2026 13:56
@borchero Oliver Borchert (borchero) deleted the copilot/data-validation-schema-explanation branch March 26, 2026 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants