great_expectations icon indicating copy to clipboard operation
great_expectations copied to clipboard

Always know what to expect from your data.

Results 445 great_expectations issues
Sort by recently updated
recently updated
newest added

**Describe the bug** `unexpected_index_query ` for the `expect_column_values_to_match_strftime_format ` references an internal GX function [is_parseable_by_format](https://github.com/great-expectations/great_expectations/blob/3ad71a7d12956f9fbcb0668c4eb38b83a5d7ca2d/great_expectations/dataset/sparkdf_dataset.py#L1053). **To Reproduce** ```{python} from great_expectations import get_context context = get_context() datasource = context.sources.add_or_update_spark('default') data_asset =...

**Describe the bug** For `expect_column_values_to_not_be_null` (for Spark datasource), when I run a checkpoint with kwargs `result_format='COMPLETE'` and `unexpected_index_column_names=['some col']` I am not getting back any `unexpected_index_column_names` key in the checkpoint/validation...

When using `add_query_asset` the RuleBasedProfiler is not able to generate expectations for numeric fields. But when using `add_table_asset` it is able to generate the expectations suite as expected. We are...

query-asset

- [ ] Description of PR changes above includes a link to [an existing GitHub issue](https://github.com/great-expectations/great_expectations/issues) - [ ] PR title is prefixed with one of: [BUGFIX], [FEATURE], [DOCS], [MAINTENANCE],...

core

**Description** When using the expect_column_values_to_be_unique expectation with ClickHouse as the backend, I encountered an error related to the Decimal data type. The error message suggests there's an issue with how...

**Describe the bug** I'm attempting to use GE with the newly released ClickHouse support, but it appears that the like-pattern expectations are not functioning properly. Another expectations works well. **To...

- [ ] Description of PR changes above includes a link to [an existing GitHub issue](https://github.com/great-expectations/great_expectations/issues) - [ ] PR title is prefixed with one of: [BUGFIX], [FEATURE], [DOCS], [MAINTENANCE],...

core

- Create a spark dataframe with a single column with DateType. - Validate against the rule "expect_column_most_common_value_to_be_in_set" where the value set is a list with a single element (tried with...

In [this Slack message](https://greatexpectationslabs.slack.com/archives/CBWF8GCDT/p1713463200750199), @annabarr announced the removal of Query Assets as an option in GX cloud. Due to this change, the GX Cloud documentation needed updating. This PR implements...

Remove TIME from supported metric list - [ ] Description of PR changes above includes a link to [an existing GitHub issue](https://github.com/great-expectations/great_expectations/issues) - [ ] PR title is prefixed with...