Gabriel

Results 49 issues of Gabriel

WIP Testing out @billdirks discoveries regarding `get_dbms_compatible_metric_domain_kwargs()` changing metric config ids.

core

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

core

## Changes proposed in this pull request: - - - ### Definition of Done Please delete options that are not relevant. - [ ] My code follows the Great Expectations...

core-team
platform

Although python doesn't really have an "Export/Re-export" command, type checkers like mypy will warn if an imported object isn't part of module's `__all__` list. https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-no-implicit-reexport With the ☝️ above rule...

Currently CDM and Schema introspection fails for any Databricks SQL table asset that has an `INTERVAL` column. This change should prevent the presence of an `INTERVAL` column from breaking CDM...

databricks-sql

**Describe the bug** Bootup Zimaboard 432 with pre-installed CasaOS. Click AppStore >There was an error when loading App Store list. Please try again **To Reproduce** 1. Spend $100+ on Zimaboard....

bug

How can I combine multiple `RequestsMock` contexts so that they don't overwrite each other? In my specific case I'm using `RequestsMock` as pytest fixtures. If there isn't a supported way...

question

Allow for configuration of the HTTPX Clients. This is especially needed when users want to set a custom SSL context.

**Describe the feature you'd like** I'd like to be able to customize the config for the HTTPX AsyncClient used to load the openid config (or any other HTTPX clients that...

enhancement