- [FEATURE] Implementing Fluent Datasources Support for Checkpoint (#7697)
- [FEATURE] FDS persist
DataAsset
to YAML file immediately on creation (#7705) - [FEATURE] Cloud support FDS deletes (#7682)
- [FEATURE] Persist Cloud DataAssets on creation (#7748)
- [FEATURE] Add tests for
Checkpoint
utilizing Pandas and Spark style Fluent Datasources. (#7740) - [BUGFIX] Render Correct Fonts in Data Assistant Plot graphs (#7676)
- [BUGFIX] fix rendering data asset name in microsoft teams notification (#7675)
- [BUGFIX] Register core Expectations JIT in Validator workflows (#7683)
- [BUGFIX] Data Context Datasource CRUD support for Fluent Datasources (#7660)
- [BUGFIX] Replace renamed fixture (#7711)
- [BUGFIX] Add missing pyspark reference (#7684) (thanks @willfeltman)
- [DOCS] Add fluent datasources and yaml configuration warning message (#7673)
- [DOCS] D/ /fluent connect to data overview (#7671)
- [DOCS] Update fluent In Progress Cautionary Note (#7681)
- [DOCS] Remove version reference (#7644)
- [DOCS] Removing in-progress from docs confirmed as up-to-date (#7686)
- [DOCS] Updated Datasource terms page (#7692)
- [DOCS] Removing json schema profiler documentation (#7694)
- [DOCS] Removing CLI-based suite edit workflow (#7689)
- [DOCS] Updated onboarding data assistant docs test script to Fluent-style (#7695)
- [DOCS] Update for fluent datasources: Expectations that span multiple batches evaluation params (#7668)
- [DOCS] Add fluent docs and test create and edit expectations with profiler (#7696)
- [DOCS] Quick docstring update for list_datasources (#7699)
- [DOCS] Retiring the CLI (#7700)
- [DOCS] Updating the Rule-Based Profiler doc to Fluent (#7698)
- [DOCS] Update Batch Request glossary entry. (#7716)
- [DOCS] Removed guide for no YML, redirect to EphemeralDataContext (#7702)
- [DOCS] Update for fluent datasources: Dynamically load evaluation params from a database (#7717)
- [DOCS] Update batch glossary docs. (#7726)
- [DOCS] Update for fluent datasources: Create a new Checkpoint (#7729)
- [DOCS] Temporarily revert
update_expectation_suite
call in GX Cloud quickstart (#7736) - [DOCS] Light update to How to add validations data or suites to a Checkpoint (#7703)
- [DOCS] Updating cross-table comparison guide with Fluent Datasources (#7691)
- [DOCS] Better output from
invoke public-api
report (#7730) - [DOCS] Removed unneeded calls to update datasource in docs. (#7739)
- [DOCS] FDS Deployment Pattern - AWS S3 Pandas (#7718)
- [DOCS] Update pypyi page urls (#7752)
- [MAINTENANCE] Correcting minor typographical errors and type hints issues in Checkpoint and Test Checkpoint Modules (#7665)
- [MAINTENANCE] Only attempt docs-integration pipeline when manually triggered (#7674)
- [MAINTENANCE] Clean up Checkpoint test method names and usage of batch_request_dict fixture (#7670)
- [MAINTENANCE] Correct typo in Checkpoint test method fixture (#7677)
- [MAINTENANCE] Enable remaining
CloudDataContext
ExpectationSuite
CRUD (#7646) - [MAINTENANCE] list_datasources should return FDS configs as well (#7667)
- [MAINTENANCE] Exit with error when attempting to delete a fluent style datasource using the CLI (#7687)
- [MAINTENANCE] Add warning to
datasource list
command if fluent datasources are detected (#7690) - [MAINTENANCE] ruff update
0.0.262
(#7707) - [MAINTENANCE] Adding black to invoke lint (#7715)
- [MAINTENANCE] Use same version of mypy in contrib tool (#7724)
- [MAINTENANCE] Update a Fluent Datasource related fixture name to better reflect its capabilities (#7725)
- [MAINTENANCE] Add CLI warnings when adding a checkpoint with fluent datasources (#7685)
- [MAINTENANCE] Iterate over the regex_pattern characters too in (#7720)
- [MAINTENANCE] Minor stylistic cleanup (#7732)
- [MAINTENANCE] fix get available data assets names for fds (#7723)
- [MAINTENANCE] add warning messages when using CLI to edit an expectaiton suite if fluent datasources are present (#7714)
- [MAINTENANCE] add warning to
datasource new
CLI command (#7709) - [MAINTENANCE] Add split/join logic to build_gallery process (#7572)
- [MAINTENANCE] Use invoke public-api in main CI pipeline (#7746)
- [MAINTENANCE] Add remaining
public_api
decorators for core fluent datasources (#7749) - [MAINTENANCE] FDS update schemas - fixes CI (#7751)
- [MAINTENANCE] FDS Deployment Guide - Pandas S3 fix reference (#7755)