0.16.14
- [FEATURE] Add "batch.columns()" convenience method to Fluent DataAsset implementation. (#7926)
- [FEATURE] Put how_to_connect_to_sql_data fluent docs under test (#7956)
- [FEATURE] putting fluent doc how_to_connect_to_a_sql_table under test (#7966)
- [FEATURE] put fluent doc "How to connect to sql data using a query" under test (#7987)
- [FEATURE] Checker for correct Python code snippets in documentation. (#7996)
- [FEATURE] NotImplementedErrors for all FDS methods when accessed from BDS (#8002)
- [BUGFIX] Correcting instructions for Contributor Package installation (#7936)
- [BUGFIX] Return qualified name when calling
TableAsset.as_selectable()
(#7942) (thanks @calabozo) - [BUGFIX] fix
add_or_update_expectation_suite
update path (#7911) - [BUGFIX] Cloud - fix
add_or_update_*()
when usingname
as keyword arg (#7952) - [BUGFIX] Change GXSqlDialect.AWSATHENA to awsathena (#7950) (thanks @calabozo)
- [BUGFIX] Setting maximum on
typing-extension
package version (#7970) - [BUGFIX] Resolve Issue 7335 (#7339) (thanks @richardohara)
- [BUGFIX] Cloud - Fix
context.sources.update_*()
POST
instead ofPUT
calls (#7989) - [BUGFIX]
meta_notes
rendered inline can fail schema validation for a valid configuration (#7995) - [BUGFIX]
xfail
two cloud tests that are blocking release 0.16.14 (#8008) - [DOCS] Technical tags in Versioned Docs reference correct version (#7935)
- [DOCS] Fix docs deploy (#7958)
- [DOCS] Add small doc change (#7957)
- [DOCS] Fix issues with technical tags links in earlier versions (#7961)
- [DOCS] Temporarily pin typing-extensions for API docs (#7977)
- [DOCS] Add optional Slack step to Cloud Quickstart (#7955)
- [DOCS] Add another small fix to doc (#7960)
- [DOCS] Versioning: Convert technical tag imports starting with /docs/ to relative paths (#7981)
- [DOCS] Edit Bigquery connection path (#7982)
- [DOCS] FDS Topic Quality Review (#7944)
- [DOCS] Updates the migration guide to direct to the last version of GX to support the V2 processes and API surface (#7976)
- [DOCS] Removes Data Connector references (#7930)
- [DOCS] add in-memory add expectation suite (#7973) (thanks @tb102122)
- [DOCS] Removes CLI documentation from current docs version (#7975)
- [DOCS] Delete CODE_OF_CONDUCT.md (#7625)
- [MAINTENANCE] Fixing pytest: renderer assertion (#7928)
- [MAINTENANCE] Update
teams.yml
(#7934) - [MAINTENANCE] Remove the -rs flag from the ci pytest invocations. (#7937)
- [MAINTENANCE] Update
GXCloudIdentifier
to return nullable attrs instead of empty strings (#7895) - [MAINTENANCE] Better error message when calling "Fluent" methods from wrong Datasource type (#7929)
- [MAINTENANCE] bump python minimum version to 3.8 (#7916)
- [MAINTENANCE] Update ruff to
0.0.269
and targetpython 3.8
(#7945) - [MAINTENANCE] black
23.3
(#7946) - [MAINTENANCE] ignore black formatting and ruff auto-fix revisions (#7953)
- [MAINTENANCE] Refactor documentation integration tests into their proper categories according to their respective backend. (#7978)
- [MAINTENANCE] Bump requests from 2.25.1 to 2.31.0 in /docs_rtd (#7969)
- [MAINTENANCE] Update Cloud Tests for release this week + Revert pin on
typing-extension
(#7980) - [MAINTENANCE] Use
Session
for allapi.greatexpectations.io
calls (#7919) - [MAINTENANCE] Revert "[FEATURE] Checker for correct Python code snippets in documentation." (#7998)
- [MAINTENANCE] Fix async Cloud tests (#8005)