Joshua Stauffer

Results 18 issues of Joshua Stauffer

- [ ] Description of PR changes above includes a link to [an existing GitHub issue](https://github.com/great-expectations/great_expectations/issues) - [ ] PR title is prefixed with one of: [BUGFIX], [FEATURE], [DOCS], [MAINTENANCE],...

Due to [a recent change](https://github.com/great-expectations/great_expectations/pull/9781), `convert_to_json_serializable` errors if sqlalchemy is not installed.

- [ ] Description of PR changes above includes a link to [an existing GitHub issue](https://github.com/great-expectations/great_expectations/issues) - [ ] PR title is prefixed with one of: [BUGFIX], [FEATURE], [DOCS], [MAINTENANCE],...

We have a set of backend-agnostic partitioners in `core`, which split data on column. Now that we've added another set of partitioners which split data by file name (`RegexPartitioner`), we...

- [ ] Description of PR changes above includes a link to [an existing GitHub issue](https://github.com/great-expectations/great_expectations/issues) - [ ] PR title is prefixed with one of: [BUGFIX], [FEATURE], [DOCS], [MAINTENANCE],...

- [ ] Description of PR changes above includes a link to [an existing GitHub issue](https://github.com/great-expectations/great_expectations/issues) - [ ] PR title is prefixed with one of: [BUGFIX], [FEATURE], [DOCS], [MAINTENANCE],...

`setuptools` higher than [71.0.0](https://setuptools.pypa.io/en/latest/history.html#v71-0-0) causes an exception when importing `pkg_resources`: ``` tests/integration/test_script_runner.py:15: in import pkg_resources /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/pkg_resources/__init__.py:93: in from jaraco.text import ( /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/setuptools/_vendor/jaraco/text/__init__.py:12: in from jaraco.context import ExceptionTrap /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/setuptools/_vendor/jaraco/context.py:17: in from...

This PR introduces an abstraction to manage agent http requests with cloud. It also addresses a bug where agent workflows failed due to duplicate resource names, after a recent OSS...

core