Mastering ETL Test Automation: Verifying Table Existence in Schemas with Python

Поделиться
HTML-код
  • Опубликовано: 25 янв 2025

Комментарии • 22

  • @maheshbabu3979
    @maheshbabu3979 Год назад +4

    Excellent. no one is telling python automation for etl testing in youtube..please do more videos

  • @Silb8q
    @Silb8q 14 дней назад

    Great video, thank you 🙏
    If possible, please suggest any open source DB on which this can be practiced

  • @swapnalimisal3736
    @swapnalimisal3736 11 месяцев назад

    Great information...pls provide more videos in etl automation

  • @mohammedrasheed6182
    @mohammedrasheed6182 Месяц назад

    Nice video sir

  • @dericgladson
    @dericgladson Год назад

    Excellent Ravindra ! The very first video i have come across which explains the real time application! Good job ! We in real
    Offices can use this as a baseline! If u can understand with 13 plus years of experience in etl testing and yet taking baby steps in python its tough to go thru the whole syllabus of python! This brilliantly explains us with basic knowledge of python! Wanting to see more videos specially of data validation and counts too or possibly duplicate ( i think we can modify the same script for count and duplicate i guess ? For data validation ( one on one ) wud u be able to make a video? And any other etl testing scenario u can think off ! Again brilliant Job !! Kudos to the time and appreciate ur efforts!!

  • @kamleshrehpade1376
    @kamleshrehpade1376 Год назад

    We want more vids on this. Thank you ❤

  • @drsedits2171
    @drsedits2171 5 месяцев назад

    Can't wait to enroll for this course 😊 Really informative

  • @sonumalewar4283
    @sonumalewar4283 5 месяцев назад

    Excellent video ..very informative

  • @mohammedrasheed6182
    @mohammedrasheed6182 Месяц назад

    After fetching the sql table's how we to compare the data in between the source and target

  • @rajkisans6337
    @rajkisans6337 3 месяца назад

    Nice please do more videos like checking duplicate

  • @merlinelizabethmathew982
    @merlinelizabethmathew982 Год назад

    Thank you for starting automation series. Kindly include all the possible ETL testing scenarios including table to table validation (different db's) & file to table validation.
    Please share the github link.

    • @dericgladson
      @dericgladson Год назад

      Exactly the one i was saying too !

  • @rashmininawe3864
    @rashmininawe3864 7 месяцев назад

    Excellent content! I really appreciate how nicely you have explained ETL Testing Scenario. Could you please come up with more Data Validation scenarios which we are doing in Real time project. And can you also explain how we can create a complete Framework and add all possible scenarios in it. Could you please share the GIT link as well.

  • @dayanandabk2142
    @dayanandabk2142 Год назад

    Please do more videos❤

  • @omiticonsulting
    @omiticonsulting Год назад

    We want more content on this.

  • @kanchannchouhaan1433
    @kanchannchouhaan1433 Месяц назад

    we have cs_oracle module where we have method as connect() and connection is an object reference and with thhis method can connect to database aur cursor = connection.cursor(),cursor method ko call karta hai jo execute karta hai cursor.execute("SELECT * FROM employees") or whatever the sql query is. it works like this. actual exectution main function ka main code mein hoga. it my understanding

  • @seanflorida5957
    @seanflorida5957 Год назад

    Thank you

  • @jitendraurkude6152
    @jitendraurkude6152 Год назад

    For how much time the data is stored in staging area??
    some is asked this question in my interview

    • @dericgladson
      @dericgladson Год назад +1

      Based on data purge policy of that project! U cant really say how much time !