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

Split from https://github.com/great-expectations/great_expectations/pull/5664 Changes proposed in this pull request: - partial update of `GeCloudStoreBackend` CRUD method return types - [adding default `timeout` values to `request` calls to prevent hanging until...

core-team

The YML file format is a little used XML derivative (and older than YAML). You should use `.yaml` for files containing YAML documents when possible according to the [FAQ on...

triage
community
devrel

https://github.com/great-expectations/great_expectations/blob/develop/great_expectations/expectations/metrics/meta_metric_provider.py#L27 Turning on DeprecationWarnings like this overrides any settings we already have. Our current workaround is: ``` import warnings filters = list(warnings.filters) from great_expectations.data_context.types.base import DataContextConfig from great_expectations.data_context import BaseDataContext...

bug
triage
community
devrel

### Discussed in https://github.com/great-expectations/great_expectations/discussions/5078 Originally posted by **Shubhkishore** May 10, 2022 Hi, I am trying to use Great Expectations with Azure synapse dedicated sql pool. I am running into issues...

community
devrel

I'm using great_expectations version 0.13.33. I'm running great_expectation in an Azure Databricks cluster with [ADLS Credential Passthrough](https://docs.microsoft.com/en-us/azure/databricks/security/credential-passthrough/adls-passthrough) enabled. All my stores are `TupleFilesystemStoreBackend` that are Databricks DBFS mounts with Azure...

help wanted
community
core-engineering-queue
feature

**Describe the bug** Teams adaptive card failed to show data asset name, which exists in validation result. **To Reproduce** Declare a batch request by class RuntimeBatchRequest, with "data_asset_name" inclusive Run...

help wanted
community
core-engineering-queue
devrel

**Describe the bug** The `expect_column_mean_to_be_between` expectations fails if used together with a `row_condition` that evaluates `False` for all rows. This is inconsistent with other expectations. **To Reproduce:** ``` In [1]:...

triage
community
devrel

**Is your feature request related to a problem? Please describe.** It’s not easily to find ge plugins. **Describe the solution you'd like** An exploration site similar to the expectation gallery....

community
feature

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

devrel

**Describe the bug** ![87AD34D1-ECF4-471E-AE0C-E6E5D519B080](https://user-images.githubusercontent.com/41489316/139329441-18d49cd0-d148-4348-bfd2-e616b3e78c95.png) The logo image on the read the docs site, is broken https://great-expectations.readthedocs.io/en/latest/reference/glossary_of_expectations.html#expectation-glossary **To Reproduce** Navigate to https://great-expectations.readthedocs.io/en/latest/reference/glossary_of_expectations.html#expectation-glossary **Expected behavior** Great expectations logo appears **Environment (please complete...

community
devrel