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

There is a strange behavior for groups of expectations since `0.13.42` version. It works on `0.13.35` & `0.13.41`. If you run expectations one by one they success, but if you...

community
core-engineering-queue

**Describe the bug** I am following the steps of this tutorial: https://docs.greatexpectations.io/docs/tutorials/getting_started/tutorial_overview/ When I try to create a new expectations suite by running `great_expectations suite new` I get the following...

community
devrel

**Describe the bug** When running the expectation `expect_compound_columns_to_be_unique`, failed executions save the string `"partial_exception_counts requires a hashable type"` to `partial_unexpected_counts` key in the validation results json. This causes a failure...

bug
stale
community
devrel

Hi, I created a datasource for Vertica (via SQLAlchemy) and I wanted to use the batch_request to create an interactive expectation suite. GE tries to create a temporary table on...

help wanted
community
feature

**Describe the bug** Identically named actions should have their configuration updated or appended as mentioned [here](https://docs.greatexpectations.io/docs/reference/checkpoints_and_actions/#configuration-defaults-and-parameter-override-behavior). However, the action will fire off for each config occurrence _with_ the updated configuration...

bug
community
devrel

**Describe the bug** When working with GCS bucket to store data docs, sometime I have got an Http Request error: 429 TooManyRequests: rateLimitExceeded. The problem is GCS allow to update...

stale
community
devrel

First thanks for the great work with Great Expectations. We are using it to validate/profile some large data in our project. And we start to run into the following problem:...

triage
community
devrel

**Problem statement** Query stores are very useful for dynamically passing a set as an evaluation parameter. However, writing queries to the yml file configuration document makes this file less readable...

triage
community
devrel

**Describe the bug** While building Pex file using the below command, it's throwing error as given below: **Command:** pex -v -r requirements.txt dist/any.whl -o dist/any.pex --disable-cache --inherit-path=fallback --platform linux-x86_64-cp-37-cp37m **ERROR:**...

community
devrel

**Describe the bug** I'm running GE on Airflow by using GreatExpectationOperator. Things work well until I upgrade GE to v 0.14.6, then I can't instantiate a runtime BaseDataContext with context...

community