You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[FEATURE] Add "table.head" metric
[FEATURE] Add support for BatchData as a core GE concept for all Execution Engines. #2395
NOTE: As part of our improvements to the underlying Batch API, we have refactored BatchSpec to be part of the "core" package in Great Expectations, consistent with its role coordinating communication about Batches between the Datasource and Execution Engine abstractions.
[ENHANCEMENT] Explicit support for schema_name in the SqlAlchemyBatchData #2465. Issue #2340
[ENHANCEMENT] Data docs can now be built skipping the index page using the python API #2224
[ENHANCEMENT] Evaluation parameter runtime values rendering in data docs if arithmetic is present #2447. Issue #2215
[ENHANCEMENT] When connecting to new Datasource, CLI prompt is consistent with rest of GE #2434
[ENHANCEMENT] Adds basic test for bad s3 paths generated from regex #2427 (Thanks @lukedyer-peak!)
[ENHANCEMENT] Updated UserConfigurableProfiler date parsing error handling #2459
[ENHANCEMENT] Clarification of self_check error messages #2304
[ENHANCEMENT] Allows gzipped files and other encodings to be read from S3 #2440 (Thanks @luke321321!)