Hi, is it possible to customize the greatexpectati...
# ingestion
b
Hi, is it possible to customize the greatexpectations to run some custom validations
m
Hi @bland-easter-53873 that's an interesting idea, can you describe the use case more? Currently we are using greatexpectations mainly to profile the dataset and generate statistics.
b
Thanks @mammoth-bear-12532. I have leveraged great expectations to validate datatypes, formats (numeric, email, currency) and compliance a bit for ingestion. Was thinking if that can be used to inject custom profiles into the configuration. Also I had posted that the snowflake-usage is failing for some missing fields (expected int, found NoneType) but the error message isn't clear. Is there a way to debug the issue