Hi Team,
I tried to import the custom expectations inside Snowflake using few ways as mentioned below.
referred to : Use a Custom Expectation | Great Expectations
- the python packaged custom expectation are placed in Snowflake stage and extracted custom expectations inside a temporary directory expected to be in great expectations document (tmp/great_expectation/plugins/expectations) -->> When I import the function from custom expectation, it says there is no function defined
- the python packaged custom expectation from stage is directly imported to vectorized udf using IMPORTS and use the function leads to error again.
Kindly help to use the packaged customs expectations in Snowflake.
Snowflake → python version is 3.11 and great-expectations is 0.17.11