Neha Rane

Results 6 comments of Neha Rane

Hi Team, Any update on this issue. I had worked with this expectation and it was working on till March 14, 2024. Today when I am running the same validation...

> Can you share your python dependency versions? I am using python==3.9.6 great_expectatinos==0.18.7 SQLAlchemy==1.4.51 snowflake-connector-python==3.6.0 snowflake-sqlalchemy==1.5.1

Hi Team, Any update on this issue. Any eta for the issue.?

@rachhouse, I tried again by creating fresh virtual environment but I am getting the same error. python==3.9.6 SQLAlchemy==1.4.52 great-expectations==0.18.12 snowflake-connector-python==3.8.1 snowflake-sqlalchemy==1.5.1 **Error:** Calculating Metrics: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00

Hi @rachhouse Below code is in `all_expectation_testing.py`. Its a simple code. ``` import great_expectations as gx from great_expectations.core.batch import RuntimeBatchRequest from great_expectations.core.expectation_configuration import ExpectationConfiguration import yaml from configs.datasource_config import snowflake_datasource...

Hi @rachhouse, I observed that this issue occurs only when data_asset is created by query asset. We have a table_name in mixed case. To handle this, we are using query...