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

**Description** Lowercase table and column names in Snowflake are unreachable using the BatchRequest API, as the identifiers are not wrapped in quotation marks. any queries trying to access these columns...

bug
community
devrel

With `expect_column_values_to_be_in_set` expectation type, the provided `value_set` argument is put in the validation result json file, within the expectations_config dictionary. Example of validation result: ![immagine](https://user-images.githubusercontent.com/15352090/191234844-1ee3fe5f-132a-4db4-b4de-0ada7d1f54c8.png) When the provided value_set is...

triage
community
feature

Hey Guys, I saw this bug has been solved with a new PR, but apparently it doesn't work all the time. For my dataset I still get this error with...

Changes proposed in this pull request: - removes redundant guides (due to new Datasource configuration guides) - corrects broken links in documentation - updates links to old guides in other...

devrel

Changes proposed in this pull request: - adding a new expectation `expectation_column_values_to_be_continuous` that checks if values (dates or integers) in a column are continuous Previous Design Review notes: - the...

## **Describe the bug** My data source is stored on Google Cloud (GCS bucket) in JSON files and I used the guide [here](https://docs.greatexpectations.io/docs/deployment_patterns/how_to_use_great_expectations_with_google_cloud_platform_and_bigquery/) to create a datasource connection, but when...

community
feature

My environment: MacOS I am trying to connect snowflake to my code with greatest expectations to get some results regarding data quality and validation. Everything is working great except the...

devrel

**Describe the bug** When accessing validation results for example like this: `validation_results.meta["active_batch_definition"]["batch_identifiers"]`, the keys are not in the same order as they were loaded according to the order of `batch_identifiers`...

triage
community

Hi, This is a new metric which will allow to replace templated values based on a dict, for query expectations with multiple values to replace in the query. In our...

Hey Guys, PR is more of a discussion starter, but why do we ignore this variable? I only have access to my region, not to locate bucket within all regions,...