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

### Discussed in https://github.com/great-expectations/great_expectations/discussions/9765 Originally posted by **kapilsaini2009** April 16, 2024 I am trying to run GX with MSSQL but getting incorrect syntax error. ### Problem: Generated SQL by the...

Added support for databricks-sqlalchemy for the regular expression based expectation expect_column_values_to_match_regex Please check the corresponding issue https://github.com/great-expectations/great_expectations/issues/9546

community

- [ ] 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],...

We are using latest GX (v 0.18.10) with databricks based on python packages sqlalchemy-databricks and databricks-sql-connector. All our GX rules which worked fine with databricks/sqlalchemy except the rule for regular...

databricks-sql

Opening an issue similar to this https://github.com/great-expectations/great_expectations/issues/5565 I'm also running into this problem while using a Snowflake datasource to check the type of the columns. Here are the specs, *...

stack:snowflake

great expectations can't deal with checks on two or more tables. like say date of column in table a should be greater than date of column in table B where...

**Describe the bug** I want to add fluent_datasource at runtime after a FileDataContext is already defined. context.fluent_datasources is of type dictionary. When I add a new fluent_datasource, it does not...

query-asset
fluent-datasources

I've encountered a problem with the `ignore_row_if` argument in three expectations: `expect_column_pair_values_a_to_be_greater_than_b`, `expect_multicolumn_sun_to_equal`, and `expect_compound_columns_to_be_unique`. While the argument works as expected when `either_value_is_missing` or `any_value_is_missing` is passed, it behaves unexpectedly...

The current read_csv example returns a file not found error. This commit fixes the file name. - [ ] Description of PR changes above includes a link to [an existing...

community