Closed matveykortsev closed 8 months ago
Hi @matveykortsev thank you for sharing this with us. Let us put this into our backlog for review.
Hi @HaebichanGX , are there any updates about this issue? Its really blocker for us
@HaebichanGX Have you checked this issue?
Resolved by #9061 / #9068.
Describe the bug I'm attempting to use GE with the newly released ClickHouse support, but it appears that the like-pattern expectations are not functioning properly. Another expectations works well.
To Reproduce Run the following code:
Part of great_expectations.yml with datasources setup:
But as I can see in clickhouse_sqlalchemy package here https://github.com/xzkostyan/clickhouse-sqlalchemy/blob/060c60131a7a830cb691c23bc9c9931f5e3e19cc/clickhouse_sqlalchemy/drivers/base.py#L78 Attribute 'name' exists. I have the thought that there is mistyping here https://github.com/great-expectations/great_expectations/blob/3aacc5c4309ca6ee5f3291d0840bd16a9ee0ae76/great_expectations/expectations/metrics/util.py#L849 and by that reason, it can be broken? Im also looking for this part of code https://github.com/great-expectations/great_expectations/blob/3aacc5c4309ca6ee5f3291d0840bd16a9ee0ae76/great_expectations/expectations/metrics/map_metric_provider/column_condition_partial.py#L188C3-L188C3 maybe some problem here with ClickHouseDialect?
Expected behavior Expecting that like-pattern expectation will work as usual.
Environment (please complete the following information):