great expectations tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 พ.ย. 2024

ความคิดเห็น • 11

  • @balanmurugan6270
    @balanmurugan6270 3 ปีที่แล้ว +1

    Awesome Video !!!. Exactly what I was looking for...

  • @jordanc9684
    @jordanc9684 2 ปีที่แล้ว +1

    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.

  • @mohitdakoliya2095
    @mohitdakoliya2095 8 หลายเดือนก่อน

    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?

  • @bowenzhang6967
    @bowenzhang6967 2 ปีที่แล้ว +1

    amazing video!

  • @anandsingh1011
    @anandsingh1011 2 ปีที่แล้ว

    very nicely explain everything 👍

  • @chobblegobbler6671
    @chobblegobbler6671 2 ปีที่แล้ว

    Getting a psycopg2 module not available error though it's installed

  • @omgu8myfoot
    @omgu8myfoot 3 ปีที่แล้ว

    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)

  • @GirishmohanAyyanarSrinivasan
    @GirishmohanAyyanarSrinivasan 9 หลายเดือนก่อน

    how to create a custom expectation

  • @ffgaming-fe3cx
    @ffgaming-fe3cx 4 ปีที่แล้ว +1

    this is wat im looking

    • @ffgaming-fe3cx
      @ffgaming-fe3cx 4 ปีที่แล้ว

      I followed the same but i didnt see the table after successful db connection...
      Then what is the syntax to connect table

    • @startdataengineering
      @startdataengineering  4 ปีที่แล้ว

      you can connect to the database using
      "pgcli -h localhost -U sde -p 5432 -d data_quality"