Hi folks, I'm trying to use the Great expectations...
# troubleshoot
d
Hi folks, I'm trying to use the Great expectations integration with datahub. It's working with postgres but I have a issue with redshift. I am running the checkpoint with:
great_expectations -v checkpoint run datahub_checkpoint
The validation passes but I can't see the assertions in datahub UI. But, running the same checkpoint with a postgres datasource gives me the validation details in the datahub UI. Any ideas?
l
@hundreds-photographer-13496
h
@delightful-appointment-36689, We recently encoutered this when postgresql+psocopg2 dialect is used instead of redshift+psycopg2 for connecting to redshift. Its fixed in this PR and should be available in next release.
d
I tested it using
redshift+psycopg2
and it worked. Thank you @hundreds-photographer-13496!!
🙂 1