- [FEATURE] Spark file reader support for fluent datasources (#7844)
- [FEATURE] Spark directory asset types (#7873)
- [FEATURE] Add Spark DeltaAsset type (#7872)
- [FEATURE] Add DirectoryDeltaAsset (#7877)
- [FEATURE] Implementing Python code snippets under test for "https://docs.greatexpectations.io/docs/guides/connecting_to_your_data/fluent/data_assets/how_to_organize_batches_in_a_file_based_data_asset" (#7907)
- [FEATURE] Implementing Python code snippets under test for "https://docs.greatexpectations.io/docs/guides/connecting_to_your_data/fluent/data_assets/how_to_organize_batches_in_a_sql_based_data_asset" (#7909)
- [FEATURE] Implementing Python code snippets under test for "https://docs.greatexpectations.io/docs/guides/connecting_to_your_data/fluent/filesystem/how_to_connect_to_one_or_more_files_using_pandas" (#7922)
- [FEATURE] : DataProfilerStructuredDataAssistant Float Rule (#7842) (thanks @micdavis)
- [FEATURE] DataProfilerColumnDomainBuilder (#7920) (thanks @micdavis)
- [FEATURE] Add "batch.columns()" convenience method to Fluent DataAsset implementation. (#7926)
- [BUGFIX] Fix inability to extend SimpleCheckpoint -- and several additional enhancements and clean up (#7879)
- [BUGFIX] Delete ExpectationSuite by name in GX Cloud (#7881)
- [BUGFIX] optional dataframe on datasources (#7862)
- [BUGFIX] DX-506: Fix sparkDF cannot compute mean for DecimalType (#7867) (thanks @TrangPham)
- [BUGFIX] Fix Cloud FDS
add_or_update_*
methods (#7908) - [BUGFIX] fix
PandasAzureBlobStorageDatasource
config substitution (#7914) - [BUGFIX] Fix remaining FDS config substitution issues (#7917)
- [DOCS] removes remaining Block-config Datasource guides (#7870)
- [DOCS] Update "How to use Great Expectations with Databricks" (#7762)
- [DOCS] CLI Edits (#7865)
- [DOCS] More doc updates to remove the CLI (#7874)
- [DOCS] Create New Templates for How-To, Tutorial, Conceptual, and Reference Documentation (#7855)
- [DOCS] Add Links to Tutorial Templates in the README (#7884)
- [DOCS] removes block-config docs for source data systems in the cloud (#7871)
- [DOCS] Continuing CLI Update (#7876)
- [DOCS] Removes the SQL block config guides. (#7886)
- [DOCS] Remove jq dependency for building docs (#7893)
- [DOCS] Less verbose logging during docs build (#7894)
- [DOCS] Corrections to Document "How to request data from a Data Asset" with proper FDS implementation and integration test. (#7896)
- [DOCS] Remove or Modify References to the CLI (#7875)
- [DOCS] Updated contribution docs (#7880) (thanks @TrangPham)
- [DOCS] Glossary Update (#7900)
- [DOCS] Removes filesystem and core block config docs (#7913)
- [DOCS] FDS Deployment Pattern Redshift (#7868)
- [DOCS] Document and simplify local docs build (#7892)
- [DOCS] How to Edit Existing
ExpectationSuite
(#7859) - [DOCS] CLI Clean-up (#7904)
- [MAINTENANCE] FDS Documentation - Creating ExpectationSuite with Domain Knowledge (#7852)
- [MAINTENANCE] Refactor directory data asset (#7878)
- [MAINTENANCE] partial
checkpoint
type checking (#6914) - [MAINTENANCE] type-checking
checkpoint/actions.py
(#7899) - [MAINTENANCE] Trigger docs_integration on develop (#7902)
- [MAINTENANCE] Finish type-checking
checkpoint
(#7901) - [MAINTENANCE] Update How to set up GX to work with data in Azure Blob Storage (#7910)
- [MAINTENANCE]
CloudDataContext
ExpectationsStore
can only request one Suite at a time (#7905) - [MAINTENANCE] Removing engine-specific tests that assert generic behavior (#7918)
- [MAINTENANCE] Use with open file to reduce open files within tests (#7906) (thanks @TrangPham)
- [MAINTENANCE] Add
docs/*.py
toGXChanged
for linting (#7924) - [MAINTENANCE] Fixes Glue tests on vanilla pytest (#7925)
- [MAINTENANCE] Fixing pytest: renderer assertion (#7928)