This is great, but I am really looking for someone to take a use case on Great Expectations, Docker, Kubernetes with backends on S3 or Postgres. I want to see how teams configure the tool for production hosting the static data docs site on a private/public domain.
Hi Can we write a custom query in great expectation .Like running two different queries and comparing the result ,may be count of two tables should be equal .If yes can you tell how?
Followed tutorial word for word, however i get an error when trying to connect to db through pg cli "FATAL: password authentication failed for user sde" (im not mistyping password)
Awesome Video !!!. Exactly what I was looking for...
This is great, but I am really looking for someone to take a use case on Great Expectations, Docker, Kubernetes with backends on S3 or Postgres. I want to see how teams configure the tool for production hosting the static data docs site on a private/public domain.
Hi Can we write a custom query in great expectation .Like running two different queries and comparing the result ,may be count of two tables should be equal .If yes can you tell how?
amazing video!
very nicely explain everything 👍
Getting a psycopg2 module not available error though it's installed
Followed tutorial word for word, however i get an error when trying to connect to db through pg cli "FATAL: password authentication failed for user sde" (im not mistyping password)
how to create a custom expectation
this is wat im looking
I followed the same but i didnt see the table after successful db connection...
Then what is the syntax to connect table
you can connect to the database using
"pgcli -h localhost -U sde -p 5432 -d data_quality"