-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[FEATURE] Enable strict_min/max for ExpectTableRowCountToBeBetween #10845
[FEATURE] Enable strict_min/max for ExpectTableRowCountToBeBetween #10845
Conversation
✅ Deploy Preview for niobium-lead-7998 canceled.
|
…-and-max-on-table-row-count-between # Conflicts: # great_expectations/expectations/core/expect_table_row_count_to_be_between.py
❌ 191 Tests Failed:
View the top 3 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! though I suspect it'll need some updated tests as well?
The only test I'm seeing directly related is the integration test (which is updated in this PR) and all tests are passing in CI (aside from one that is unrelated that Chetan is looking into). If there are other tests though that I'm missing I'm happy to address! |
* origin/develop: (102 commits) [DOCS] restore lychee (#10889) [RELEASE] 1.3.3 (#10888) [DOCS] add migration guide to 0.18 docs (#10885) [MAINTENANCE] Migrate from `databricks-sql-connector` to `databricks-sqlalchemy` in tests (#10886) [BUGFIX] Allow adding Expectations with identical attributes to Suites (#10884) [DOCS] Corrections and clarifications for result_format (#10875) [BUGFIX] Make validation results' describe_dict return a serializable dict (#10863) [MAINTENANCE] Convert BatchTestSetup.asset property to BatchTestSetup… (#10864) [MAINTENANCE] Add method to set analytics user_agent_str (#10883) [DOCS] Update documentation around batch_parameters and link to updated API docs. (#10877) [MAINTENANCE] Add user-agent-str to analytics events (#10869) [RELEASE] 1.3.2 (#10874) [DOCS] Add titles to properties and methods sections in API Reference (#10821) [MAINTENANCE] Handle `aws-chunked` encoding type data in `TupleS3StoreBackend` (#10861) [Docs] update screenshot of observed value (#10867) [MAINTENANCE] Enforce a minimum length of 2 for MulticolumnMapExpectation `column_list` (#10850) [BUGFIX] Add input args validators to various Expectations (#10833) [DOCS] fix custom SQL Expectation approach for cloud (#10844) [FEATURE] Enable strict_min/max for ExpectTableRowCountToBeBetween (#10845) [DOCS] Adding keys to duplicated headers (#10846) ...
Enable
strict_min
andstrict_max
parameters forExpectTableRowCountToBeBetween
invoke lint
(usesruff format
+ruff check
)For more information about contributing, visit our community resources.
After you submit your PR, keep the page open and monitor the statuses of the various checks made by our continuous integration process at the bottom of the page. Please fix any issues that come up and reach out on Slack if you need help. Thanks for contributing!