Gabriel

Results 109 comments of Gabriel

Related question, is there a way to set the equivalent of `GIT_TERMINAL_PROMPT=0` purely within `gitpython` (without setting an env var)?

You might also consider dropping python 3.8 + 3.9 support while you are at it. There's a lot more that ruff can do if you are able to make a...

@anthonyburdi I'll add tests before merging this version, but I was planning to leave them out of the `0.18.x` one.

If I recall, I think we determined that this doesn't actually fix the issue so I'm closing this.

This looks like it was meant to be a temporary pin. - https://github.com/great-expectations/great_expectations/pull/10175 - https://github.com/great-expectations/great_expectations/pull/10176 I would reach out to @cdkini & @billdirks

@JonasKs I'm happy to add additional docs here if needed.

> It says > > > httpx does respect the SSL_CERT_FILE and SSL_CERT_DIR environment variables by default. > > Wouldn't it be sufficient for you to set those env vars?...

This likely stems from the fact that `great_expectations` dynamically generates the Pandas pydantic models based on whatever version of pandas you have installed. https://github.com/great-expectations/great_expectations/blob/develop/great_expectations/datasource/fluent/dynamic_pandas.py If you look at json schema...

@nicgrayson > Unfortunately not having a check on actor permissions allows users to change the tasks.py file to do whatever they want This has always been true, how do the...