- [FEATURE] Develop PandasDBFSDatasource (as part of Fluent Datasources) (#7372)
- [FEATURE] Make SQL datasources add asset methods public. (#7387)
- [FEATURE] Develop SparkDBFSDatasource (as part of Fluent Datasources) (#7380)
- [FEATURE] add optional
id
to Fluent Datasources and DataAsset schemas (#7334) - [FEATURE] Fluent SQLDatasource accepts arbitrary
kwargs
(#7394) - [FEATURE] Fluent
SQLDatasource
create_temp_table
(#7407) - [FEATURE] F/great 1463/add updates with datasource obj (#7401)
- [FEATURE] Fluent SparkDataframeDatasource with DataframeDataAsset (#7425)
- [BUGFIX] Add FluentBatchRequest early exit to convert_to_json_serializable (#7381)
- [BUGFIX] Handle non-string fluent batch request options in convert_to_json_serializable (#7386)
- [BUGFIX] Fix bug with case sensitive execution env (#7393)
- [BUGFIX] Fixing typographical errors and argument omissions (#7398)
- [BUGFIX] Remove Query ID from exception for query.template_values metric (#7373) (thanks @itaise)
- [BUGFIX] Fluent
PandasFilesytemDatasources
data_connector fixes (#7414) - [DOCS] Add back GX logo to README (#7391)
- [DOCS] DOC-473: Adds shared components for fluent and state management updates (#7404)
- [DOCS] DOC-473 Adds guide "How to set up GX to work with SQL databases" (#7409)
- [DOCS] DOC-473 Adds guide "How to set up GX to work with data on GCS" (#7408)
- [DOCS] Pending doc updates for Data Context state management and fluent Datasource configuration (#7301)
- [DOCS] Put data_context.md code examples under test (#7417)
- [MAINTENANCE] Make sure sqlalchemy 2.0 warnings are emitted when running pipelines (#7379)
- [MAINTENANCE] Make sure all existing warnings are ignored in full CI pipeline (#7389)
- [MAINTENANCE] Add PR title checker GitHub Action (#7365)
- [MAINTENANCE] Re-enable warnings as errors (#7383)
- [MAINTENANCE] Test against minimum SQLAlchemy versions (#7396)
- [MAINTENANCE] : split up map_metric_provider.py (#7402)
- [MAINTENANCE] Consolidate Cloud tutorials (#7395)
- [MAINTENANCE] Change for
connection.execute()
for SQLAlchemy 2 compatibility (#7384) - [MAINTENANCE] Bump SQLAlchemy lower bound to 1.4.0 (#7413)
- [MAINTENANCE] Validate
ExpectationConfiguration
before adding to suite (#7366) - [MAINTENANCE] Convert to python built in warning categories (#7415)
- [MAINTENANCE] Move NotImported to optional_imports.py and start using it. (#7421)
- [MAINTENANCE] Bump minimist from 1.2.5 to 1.2.8 in /docs/docusaurus (#7419) (thanks @dependabot[bot])
- [MAINTENANCE] PandasFilesystemDatasource stubs and Schema corrections (#7428)
- [MAINTENANCE] Bump loader-utils from 2.0.2 to 2.0.4 in /docs/docusaurus (#7429) (thanks @dependabot[bot])
- [MAINTENANCE] Bump webpack from 5.74.0 to 5.76.3 in /docs/docusaurus (#7430) (thanks @dependabot[bot])
- [MAINTENANCE] Fix some failing tests when running pytest with no args locally (#7426)
- [MAINTENANCE] only provide
py.typed
files for fully typed sub-packages (#7438) - [MAINTENANCE] Some fluent datasource methods should be private (#7437)
- [CONTRIB] Adding support for date for the row condition parser (#7359) (thanks @maayaniti)
- [CONTRIB] Limit results for two expectations (#7403) (thanks @itaise)
- [CONTRIB] [MAINTENANCE] Custom query expectation and editing query.template_values metric (#7390) (thanks @mantasmy)