Gabriel

Results 78 comments of Gabriel

@NathanFarmer seeing the same issue with Postgres, so it's not just a SQlite problem. I'm going to have to come back to this. I don't have the bandwidth to investigate...

@leeroyaus is `sqlalchemy` installed? By default, we don't require it when `great_expectations` is installed.

Fixed in version `0.18.14` https://github.com/great-expectations/great_expectations/releases/tag/0.18.14

@skamalj This is as intended; we are only doing configuration substitution for specific sensitive fields like passwords and connection strings. - https://github.com/great-expectations/great_expectations/issues/8333#issuecomment-1659466588 I would re-word your issue as a feature...

@anthonyburdi if I wanted to manually test these changes, what we be the best way to do that? Or would you expect the CI to fail if something was off?

Don't remember why I was doing this.

@medmunds The use of `imp` seems to prevent `snapshottest` from working with `python 3.12` ```python File "/opt/hostedtoolcache/Python/3.12.2/x64/lib/python3.12/site-packages/_pytest/assertion/rewrite.py", line 186, in exec_module exec(co, module.__dict__) File "/opt/hostedtoolcache/Python/3.12.2/x64/lib/python3.12/site-packages/snapshottest/__init__.py", line 3, in from .module...

@satniks Yes, as soon as the snowflake sqalalchemy package supports sqlalchemy 2, things should work. Until then, there's nothing we can do about it.