Anthony Burdi

Results 8 issues of Anthony Burdi

Changes proposed in this pull request: >Note: some of these are being broken out into discrete PRs - [x] - [minor cloud QOL changes - (`TypeDict`, `timeout`, better returns)](https://github.com/great-expectations/great_expectations/pull/5730) -...

core-team

Changes proposed in this pull request: - Change `update_by_name` to `update` which processes a DatasourceConfig with name (populated with name in DataContext.update_datasource()` - Leverage `_build_key_from_config()` ### Definition of Done Please...

core-team

Changes proposed in this pull request: - Refactor to use `set` instead of `create` in `DatasourceStore` - Refactor `test_datasource_crud.py` to use parametric tests for each data context type - Partial...

core-team

Changes proposed in this pull request: - Parametrize and add helper methods and fixtures - This PR is splitting up work into separate PRs from https://github.com/great-expectations/great_expectations/pull/5664 and https://github.com/great-expectations/great_expectations/pull/5763 ### Definition...

core-team

~~ THIS PR IS A DRAFT ~~ Changes proposed in this pull request: - TBD - - After submitting your PR, CI checks will run and @cla-bot will check for...

core-team

Please annotate your PR title to describe what the PR does, then give a brief bulleted description of your PR below. PR titles should begin with [BUGFIX], [FEATURE], [DOCS], or...

core-team

Changes proposed in this pull request: - Pure refactor - no logic change intended. - Move `BaseDataContext.test_yaml_config()` to a separate class called `YamlConfigValidator` which also contains class attributes. ### Definition...

core-team

See comment in the code for more info. Filter and ignore UserWarning when creating tables in test databases for integration testing. - [ ] Description of PR changes above includes...