- [FEATURE] Add Agent action to list table names in SQL Datasources (#8177)
- [FEATURE] Add Test Draft Config Workflow to Agent (#8410)
- [FEATURE] add run checkpoint action to agent (#8449)
- [FEATURE] DataAssistantResult should include exceptions from rules (#8429)
- [BUGFIX] Cleanup aws_postgres reference environment (#8439)
- [BUGFIX] Use consistent name between compose and cli command (#8440)
- [BUGFIX] Scaffolding .gitignore should not require writeable file system (#8362) (thanks @ivanstillfront)
- [BUGFIX] Remove unused, overwritten pytest marker. (#8441)
- [BUGFIX] get_validator throws AttributeError: 'CloudDataContext' object has no attribute 'ge_cloud_mode' (#8433)
- [BUGFIX] PP-282: fixing update_datasource method bug (#8464)
- [BUGFIX] Add
performance
marker topyproject.toml
(#8480) - [BUGFIX] Fix Postgres, Trino quoted identifier issues (#8442)
- [DOCS] Correct Typo (#8451)
- [DOCS] Admonition and Landing Page Updates (#8432)
- [DOCS] Remove Expectation Implementations by Backend Topic (#8437)
- [DOCS] Source Data and Datasource Format Update (#8435)
- [DOCS] Update the API Reference Landing Page (#8472)
- [DOCS] Fix Grid Autosizing (#8475)
- [DOCS] Update Use Great Expectations with Amazon Web Services using Athena (#8406)
- [DOCS] Fixed typos in Execution Engine glossary entry (#8086)
- [DOCS] add
public_api
decorator toTableAsset
andQueryAsset
(#8470) - [MAINTENANCE] Default snippet-check to non verbose mode (#8448)
- [MAINTENANCE] Move
test_dependency_versions
to github actions (#8427) - [MAINTENANCE] Add pytest-xdist and use by default. (#8436)
- [MAINTENANCE] Add sleep to allow services to come up before we run tests (#8454)
- [MAINTENANCE] add test services for mssql, mysql, and trino (#8447)
- [MAINTENANCE] Removed sqlalchemy_version_compatibility from required test markers. (#8456)
- [MAINTENANCE] Linting for previously excluded cli, expectations and rule_based_profiler tests (#8422)
- [MAINTENANCE] Run cloud e2e tests. (#8443)
- [MAINTENANCE] Start testing clickhouse in github actions. (#8452)
- [MAINTENANCE] Github Actions - Spark tests (#8460)
- [MAINTENANCE] Remove external_sqldialect marker as test coverage marker. (#8458)
- [MAINTENANCE] Pytest Github Action - BigQuery and Postgres (#8417)
- [MAINTENANCE] Run
marker-tests
afterunit-tests
andstatic-analysis
(#8465) - [MAINTENANCE] Run all_backend tests along with specific service tests. (#8467)
- [MAINTENANCE] AWS Glue script using Context Manager to catch
FutureWarning
(#8466) - [MAINTENANCE] Remove old required tests which have been replaced. (#8462)
- [MAINTENANCE] Run all python versions on scheduled run (#8463)
- [MAINTENANCE]
min-versions
wait forunit-tests
,static-analysis
(#8471) - [MAINTENANCE] Remove Azure Dev CI steps (#8473)
- [MAINTENANCE] Enable
B009
Bugbearget-attr-with-constant
rule (#8434) - [MAINTENANCE] Update ListTableNamesAction to use GxAgentEnvVars (#8450)
- [MAINTENANCE] Add check that each test only has one required marker. (#8477)
- [MAINTENANCE] Add test case for run_name_template using env_var (#8461)
- [MAINTENANCE] Delete
azure-pipelines-dev.yml
(#8476) - [MAINTENANCE] Test out releaser github action (#8478)
- [MAINTENANCE] Add missing marker to pyproject.toml (#8481)
- [MAINTENANCE] Slack notifications if non-pr ci github action pipeline fails (#8485)
- [MAINTENANCE] Run additional matrix steps on any non-
pull_request
event (#8486) - [MAINTENANCE] GX-Release Process update to use GitHub Actions (#8484)