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

Changes proposed in this pull request: - Change `update_by_name` to `update` which processes a DatasourceConfig with name (populated with name in DataContext.update_datasource()` - Leverage `_build_key_from_config()` ### Definition of Done Please...

core-team

Please annotate your PR title to describe what the PR does, then give a brief bulleted description of your PR below. PR titles should begin with [BUGFIX], [FEATURE], [DOCS], or...

core-team

**Describe the bug** In great_expectations/data_context/store/store_backend.py, _at least_ from versions 0.14.0 to 0.14.8, line 103. This exception tells us that there is something wrong in great_expectations.yaml, when in reality it could...

bug
community
devrel

**Describe the bug** Hi, I'm running some validations over an in-memory `PandasDataset`. Two of them are `expect_column_min_to_be_between` and `expect_column_mmax_to_be_between`, and they raise a `TypeError` exception ``` '>=' not supported between...

community
devrel

**Describe the bug** Passing from GE v2 API to GE v3 API, called with SparkEngine and run on Cluster EMR, I noticed performance degradation. With GE v2 API I executed...

troubleshooting
community
devrel

When installing packages on an composer-2.0.2-airflow-2.1.4 environment with `gcloud composer environments update great-expectations-env --location europe-west1 --update-pypi-packages-from-file requirements.txt` a dependency conflict occurs: `black 22.1.0 has requirement click>=8.0.0, but you have click...

triage
community

**Is your feature request related to a problem? Please describe.** When adding new expectations the order of the entries in `datasources` will change. This can make Git commits for that...

community
devrel

**Describe the bug** I am using GE inside a container with API requests triggering checkpoints. Every time I run a checkpoint, there is a permanent increase in the memory usage...

community
core-engineering-queue
devrel

**Describe the bug** i have problem implementing the expect_column_value_z_scores_to_be_less_than . My column has only 0. what i should get is the sucess of the operation but i'am getting the error...

community
core-engineering-queue
devrel

Use vectorized comparisons for native numpy dtypes.

core-team