Skip to content

feat: Implement dunder repr for collection, schema, column and rule #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jun 18, 2025

Conversation

MoritzPotthoffQC
Copy link
Contributor

@MoritzPotthoffQC MoritzPotthoffQC commented Jun 17, 2025

Motivation

We would like to make schemas printable.

Changes

Implemented __repr__ for Collection, Schema, Column and Rule

@MoritzPotthoffQC MoritzPotthoffQC self-assigned this Jun 17, 2025
@github-actions github-actions bot added the enhancement New feature or request label Jun 17, 2025
Copy link

codecov bot commented Jun 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (e0c30b4) to head (c044425).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #63   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           41        41           
  Lines         2148      2180   +32     
=========================================
+ Hits          2148      2180   +32     

☔ 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.

@MoritzPotthoffQC MoritzPotthoffQC changed the title feat: Implement dunder repr for schemas, columns and rules feat: Implement dunder repr for collection, schema, column and rule Jun 17, 2025
@MoritzPotthoffQC MoritzPotthoffQC marked this pull request as ready for review June 18, 2025 09:02
Copy link
Member

@borchero borchero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thank you!

@MoritzPotthoffQC MoritzPotthoffQC merged commit d82dcf0 into main Jun 18, 2025
18 checks passed
@MoritzPotthoffQC MoritzPotthoffQC deleted the print-schemas branch June 18, 2025 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants