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

I cannot access the validations in Google Cloud Storage through the link in slack. It says access denied. For the implementation I followed this guide: [Slack GE](https://docs.greatexpectations.io/docs/guides/validation/validation_actions/how_to_trigger_slack_notifications_as_a_validation_action/) (For webhook) The...

community
devrel

**Describe the bug** I'm getting a deprecation warning when I call data context, specifically when Great Expectations is configured to pulled expectation suites from S3. The warning seems to be...

community
devrel

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

community
devrel

**Describe the bug** I'm running data validation on a pandas dataframe with 7 million rows and it seems to be taking far too long. The V3 version takes about 4...

community
devrel

**Describe the bug** I am getting the following error when running a checkpoint on a spark dataframe. ``` Traceback (most recent call last): File "/home/spark/.local/lib/python3.7/site-packages/great_expectations/validator/validator.py", line 1166, in resolve_validation_graph runtime_configuration=runtime_configuration,...

community
devrel

**Describe the bug** When using the UserConfigurableProfiler and a RuntimeBatchRequest where "runtime_parameters" uses a query like {'schema': 'sample_data', 'query': 'select * from sample_data.orders'} and "batch_spec_passthrough" = {"create_temp_table": False} the following...

community
devrel

**Is your feature request related to a problem? Please describe.** I would like to check that a datetime column is within a range dates since it looks like this functionality...

community
devrel

Changes proposed in this pull request: >Note: some of these are being broken out into discrete PRs - [x] - [minor cloud QOL changes - (`TypeDict`, `timeout`, better returns)](https://github.com/great-expectations/great_expectations/pull/5730) -...

core-team

Changes proposed in this pull request: - `dict_round_trip()` classmethod for Config (AbstractConfig) to help deserialization/serialization issues related to mismatched keys - (`id_` vs `id`). Helper method for doing this kind...

core-team

**Describe the bug** When testing a YAML config that defines a table partition, Great Expectations executes a `SELECT DISTINCT FROM ` query. For a large table (nearly half a trillion...

triage
community