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

**Describe the bug** When I create a validator and run `validator.head()` afterwards, I get the following error: > KeyError: ('table.head', 'batch_id=my_batch_id', 'd3dccd4afc8415bdf36b6279ee0a8929') **To Reproduce** ```python import great_expectations as gx connect_url_impala_ldap...

For example, there is some kind of dynamic query (for simplicity, here is “SELECT 1 AS Result”): ![изображение](https://github.com/great-expectations/great_expectations/assets/35165017/c7c441a8-e6ff-4a22-846b-5fd29c623c41) The result of the check is an error: "Error message": "1 validation...

**Is your feature request related to a problem? Please describe.** I'm just checking in with regards to the new update 0.18.14 on the new slack design. Awesome to have a...

bug
feature:slack_notification

Ensure `0.18.x` + `develop` use the same formatter (`ruff format`). Make it easier for contributed to switch between branches. - https://github.com/great-expectations/great_expectations/pull/9536

**Describe the bug** In attempting to create a dynamically provisioned context for a data validation pipeline, I ran across this error: ```python Traceback (most recent call last): File "/Users/stfines/Library/Caches/pypoetry/virtualenvs/airflow-great-expectations-dag-yAcbwmv7-py3.11/lib/python3.11/site-packages/IPython/core/interactiveshell.py", line...