Gabriel

Results 49 issues of Gabriel

Rather than using `future.result()` it would be nice if the python client could be used with async & await methods. https://docs.python.org/3.7/library/asyncio-task.html This makes it much easier to integrate Hazelcast into...

Type: Enhancement
Source: Community
Python 3

Changes proposed in this pull request: - breakup `pyproject.toml` mypy packages (in `exclude`) - `core/usage_statistics` typing - `utils.py` typing ### TypeGuard This PR is our first use of a custom...

core-team

Changes proposed in this pull request: - publish unit-test coverage report to coveralls.io - https://coveralls.io/github/great-expectations/great_expectations ## TODO - in Azure - [x] - add `COVERALLS_REPO_TOKEN` variable to the Azure pipeline...

core-team
maintenance

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 * now tracking test coverage * using pytest with pytest-cov and coverage * calling `coveralls` at end of pipeline to upload coverage report to [`coveralls.io`](https://coveralls.io/github/Kilo59/polyglot). You will need...

To ease future development and especially to support making Polyglot Windows compatible in the future I would consider dropping support for Python3.4 and 3.5. Specifically, a useful step would be...

I'm trying to get some clarification about how you are doing testing. You have a `tox.ini` that is referenced in the contributing file but in your tavis CI you are...

Datasources that fail to deserialize due to a `pydantic.ValidationError` are now deserialized as an `InvalidDatasource`. The `InvalidDatasource` has an attribute called `config_error` which retains the original pydantic ValidationError. This error...

Changes the behavior of `SQLDatasource.get_execution_engine()` so that it no longer re-creates the `sqlalchemy.engine.Engine` object and instead re-uses the one used by the Datasource for `.test_connection()`. This solves 2 problems... 1....

- [ ] 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],...