Data Engineering Course for Beginners

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

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

  • @himanish2006
    @himanish2006 8 หลายเดือนก่อน +617

    We need a 60 hrs course for DataEngineer.

    • @dijik123
      @dijik123 8 หลายเดือนก่อน +48

      U make one

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

      Check out the data engineering zoomcamp.

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

      😂​@@dijik123

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

      @@StarLord-571

    • @dijik123
      @dijik123 8 หลายเดือนก่อน +17

      @@StarLord-571 it's not with the quantity but with the quality

  • @xx-pn7it
    @xx-pn7it 2 หลายเดือนก่อน +25

    We need full data engineering course py + sql + big data hadoop + apache spark + apache airflow + apache kafka + aws + project

  • @cisdolce
    @cisdolce 7 หลายเดือนก่อน +67

    If you're running into an error with "exit code 1" @1:28:55, you need to update the Dockerfile @1:08:08. Goto the Dockerfile and "image: postgres:9.2" for both "source_postgres" and "destination_postgres"
    I think this was a good idea but many details went off. I wish he'll be more specific about the version of the software he's using next time.

    • @marceltorres5680
      @marceltorres5680 7 หลายเดือนก่อน +5

      Thanks, I wasted many hours with that error. I would appreciate if you could expand on the reasons why this error happens. Again, thanks for your contribution.

    • @wallyhormi106
      @wallyhormi106 7 หลายเดือนก่อน +3

      God bless you mate !

    • @1001pepi
      @1001pepi 6 หลายเดือนก่อน

      Thanks a lot for the point. I spent a bit of time trying to solve the issue.

    • @MystyBoy
      @MystyBoy 6 หลายเดือนก่อน +1

      bro, the execution of my code is still running, (after I edited the part of the code you mentioned), but I believe in you! Thank you so much wallah you are a savior! 🔥🔥

    • @gregtsado9926
      @gregtsado9926 6 หลายเดือนก่อน

      thanks mate

  • @JREQuickPods
    @JREQuickPods 8 หลายเดือนก่อน +132

    Please bring a bigger course , which covers all aspects from basics , like from scratch , MySQL , python/Java/Scala , Hadoop Spark , pyspark , something that covers a data engineering with one cloud

    • @kandoras.guzman6705
      @kandoras.guzman6705 8 หลายเดือนก่อน

      yes!!

    • @dantemartinez3609
      @dantemartinez3609 8 หลายเดือนก่อน +3

      Yes, please. This would be so helpful but thanks for this resource, a great start.

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

      YES Please

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

      Yes

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

      Yes please

  • @S1mple0bserver
    @S1mple0bserver 8 หลายเดือนก่อน +51

    Amazing!
    Looking forward to it.
    Also, it would be perfect to have a more comprehensive version of this course as well. Covering all batch and stream processing tools and methods.

  • @gustavosantos1152
    @gustavosantos1152 8 หลายเดือนก่อน +13

    the best DE course that i ever seen. the most courses only stick to the theory and never show the practical part.

  • @1001pepi
    @1001pepi 6 หลายเดือนก่อน +13

    At 1:53:56 you may face an error due to the fact that the dbt service is launched before the completion of the elt_script service.
    To solve the issue, you have to add condition: service_completed_successfully under the depends_on clause of the dbt service to be sure that it will always be launched after the completion of the elt_script service.

    • @UnrealityDesigns
      @UnrealityDesigns 5 หลายเดือนก่อน

      Thank you so much.

    • @wusswuzz5818
      @wusswuzz5818 5 หลายเดือนก่อน

      This did not work for me, and I can't progress any further. Frustrating.

    • @mumukshapant
      @mumukshapant 5 หลายเดือนก่อน +2

      Thanks man, I was struggling with this for a while
      depends_on:
      elt_script:
      condition : service_completed_successfully

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

      @@wusswuzz5818 did you end up figure out any errors? dbt creates the view for me for the films, film_actors, and actors tables but not for the film_ratings table because the relation "public.films" does not exist

    • @pflauminik
      @pflauminik 15 วันที่ผ่านมา

      in the docker-compose.yaml file, for anyone wondering (like me 1 min ago)

  • @nandovanegas
    @nandovanegas 8 หลายเดือนก่อน +10

    Good job, you are creating visibility for airbyte in a great way, by providing an evolutionary view of the stack that gets one to eventually need it. Hope they continue to support you making content using this approach.

  • @jadhavsourabh
    @jadhavsourabh หลายเดือนก่อน +6

    This course is not for beginners, he is moving forward like a hell
    without telling how to install, he is moving fast forward and video title is for beginners

  • @truthruster
    @truthruster 8 หลายเดือนก่อน +17

    Hey , currently there is no set path to becoming a data engineer. So please create a proper certification with a clear roadmap of foundations and most used cloud tech in data engineering so that we can get some structure going for those interested in this career.

  • @gabrieltaka2763
    @gabrieltaka2763 5 หลายเดือนก่อน +3

    Please add more data engineering course like this. I really love it.

  • @kandoras.guzman6705
    @kandoras.guzman6705 8 หลายเดือนก่อน +10

    YES THANK YOU SO MUCH keep expanding this!!!!

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

    Thanks for the course .. to all those using VM's make sure files are located on the VM .. tried running docker excercise with docker on VM and files on host (Windows) wasted a lot of time resloving errors finally moved all the files to the Ubuntu VM where things ran smoothly ...

  • @briabytes
    @briabytes 8 หลายเดือนก่อน +6

    Yes! I’ve been waiting for this.

  • @topgunlee7198
    @topgunlee7198 3 หลายเดือนก่อน +2

    1:59:58
    the reason why he encountered the error is that {% generate_ratings() %}.
    To avoid the error, you should put {% macro generate_ratings() %}

  • @rajat.ranjan
    @rajat.ranjan 8 หลายเดือนก่อน +11

    Long waiting for this course

  • @nizarnizar9989
    @nizarnizar9989 8 หลายเดือนก่อน +14

    More bi and DE courses like this plz

  • @fuuman5
    @fuuman5 7 หลายเดือนก่อน +5

    I just started and love the style. You teach fluent and set focus on the important take aways. I saw so much bullshit that I really expected that I need to watch you 10 minutes installing docker and already started skipping but you didn't show that part which is nice. Makes perfect sense. Someone not being able to RTFM and install docker on his own shouldn't focus on DE at this point anyway imho.

  • @JunaidAli-dh7jf
    @JunaidAli-dh7jf 8 หลายเดือนก่อน +9

    Finally a data engineering course!

  • @ethanb3453
    @ethanb3453 5 หลายเดือนก่อน +4

    If you get the "pg_dump: error: aborting because of server version mismatch ".
    I found that running "apt-get update && apt-get install -y postgresql-client" is actually installing version 15, while "postgres:latest: pulls version 16.
    To fix this this, specify your image to be "postgres:15" for both the source_postgres and destination_postgres in the docker-compose.yaml.
    I also changed my RUN in command in Dockerfile to be "apt-get update && apt-get install -y postgresql-client-15" to be explicit.

    • @vohoang6693
      @vohoang6693 5 หลายเดือนก่อน

      Thank you. I have 30 mininutes for this error.

    • @ryuk..
      @ryuk.. 2 หลายเดือนก่อน

      love you mate.

  • @alexandrodisla6285
    @alexandrodisla6285 8 หลายเดือนก่อน +33

    Since when Justin is a data engineer? Well I guess the constant learning is real.

    • @briabytes
      @briabytes 8 หลายเดือนก่อน +3

      I’ve been following him since I started coding(almost 4 years now) he’s always learning and growing.

    • @JREQuickPods
      @JREQuickPods 8 หลายเดือนก่อน +1

      @@briabytes which channel ?

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

      @@briabytes Please share his YT channel.

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

      @@JREQuickPods he codes and games on his twitch channel and he has a TH-cam(you can search his name) where he shares his experiences. twitch.tv/justinbchau. I watched him make some of this course a few months back on twitch.

    • @briabytes
      @briabytes 8 หลายเดือนก่อน +1

      his twitch is in the other comment

  • @fezekile228
    @fezekile228 8 หลายเดือนก่อน +7

    Here I'm I thinking about data engineering, then Boom! TH-cam shows me a data Engineering course 😅

  • @Robay146
    @Robay146 6 หลายเดือนก่อน +1

    Thank you for this! Learned a lot today. 👍🏾

  • @IAmLorenzoF
    @IAmLorenzoF 6 หลายเดือนก่อน +1

    We would like to see more content for Data Engineering, possibly a full course.

  • @eironross
    @eironross 4 หลายเดือนก่อน

    Thank you for this. I like the way you teach it step-by-step and I always got lost with JOINS. Haha anyways thanks for this! Keep it up

  • @SubtleAsh-TheImmortal
    @SubtleAsh-TheImmortal 4 หลายเดือนก่อน

    My man...Justin!
    You're a top crossfitter and I miss working out under your guidance

  • @ethanvirtudazo1657
    @ethanvirtudazo1657 6 หลายเดือนก่อน

    Please make this a series!
    (Edit)
    Suggestion 1: I would make is to include an overview before each section of 1) the overarching pipeline 2) where in the pipeline we are for a given section. In other words, having a map or diagram of what is happening would help with conceptual understanding.
    Suggestion 2: Explain the code line-by-line conceptually. Time writing the code on the screen could be cut and replaced just by explanation. This would save time.

  • @danielmajer1648
    @danielmajer1648 7 หลายเดือนก่อน +7

    An advice. Doesn't make sense to read and write the code from your top monitor. Save your and the watchers' time and just copy-paste what's there and explain it line by line.

  • @HussainR86
    @HussainR86 8 หลายเดือนก่อน +5

    another one had issues with host.docker.internal hence added extra_hosts:
    - "host.docker.internal:host-gateway" to docker compose for dbt

    • @paolaprieto8111
      @paolaprieto8111 3 หลายเดือนก่อน

      Thank you! I ran into all the missing configuration/typos Justin had. But for this one, his github yaml file didn't have the line, so it was difficult to find the root cause. thank you for sharing.

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

      @@paolaprieto8111 heya could you share the exact code you wrote, I can't seem to get it working

  • @Technomic-o
    @Technomic-o 3 หลายเดือนก่อน

    I like to see more of your content, good explanation skills

  • @aiviet5497
    @aiviet5497 3 หลายเดือนก่อน

    I really need a longer video.

  • @tahaalnufaili8838
    @tahaalnufaili8838 19 วันที่ผ่านมา

    Thanks!

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

    Can you pls do a complete end to end video on AWS or GCP data engineering data ingestion, etl, analytics using pyspark

  • @Mariya5995
    @Mariya5995 8 หลายเดือนก่อน +2

    Yes! Thanks!

  • @gudguy1a
    @gudguy1a 6 หลายเดือนก่อน

    Right off the bat, would just like to make the comment of, please nix the background music or make it even quieter... Distracting.

  • @Geminis3505
    @Geminis3505 8 หลายเดือนก่อน +1

    Thank you for amazing video. Could you please a second video including Data Engineering Projects

  • @Dev-tf2bx
    @Dev-tf2bx หลายเดือนก่อน

    @freeCodeCamp please put more content on data engineering ;)

  • @home5871
    @home5871 6 หลายเดือนก่อน

    Please make a detailed tutorial on data engineer, about 20-30 hours full end to end course please it's a request 🙌

  • @ДмитрийНиколаев-ь1е
    @ДмитрийНиколаев-ь1е หลายเดือนก่อน

    Thank you

  • @yasoou
    @yasoou 8 หลายเดือนก่อน +2

    ok, this is super helpful.

  • @saisathya7755
    @saisathya7755 8 หลายเดือนก่อน +3

    Finalllyyyy an data project

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

    Nice one

  • @GordonShamway1984
    @GordonShamway1984 8 หลายเดือนก่อน +1

    best video on the internet

  • @maestrogoldring1094
    @maestrogoldring1094 8 หลายเดือนก่อน +1

    Keep up the good work!

  • @honglinh154
    @honglinh154 8 หลายเดือนก่อน +2

    thank you very much

  • @topgunlee7198
    @topgunlee7198 3 หลายเดือนก่อน +1

    Errors:
    Database Error in model actors (models/example/actors.sql)
    relation "public.actors" does not exist
    relation "public.actors" does not exist
    ===> Solution:
    In 'docker-compose.yaml', add the below code to dbt:
    depends_on:
    elt_script:
    condition: service_completed_successfully

    • @mr.potato4348
      @mr.potato4348 หลายเดือนก่อน

      A hero, but why does it work for most people out of the box?

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

      i did this and the dbt runs for the films, film_actors, and actors tables but when trying to create the view for the film_ratings table it still says that relation "public.films" does not exist. I have been frustratingly stuck on this for days, I even tried rebuilding the project. Not sure what else to do, any thoughts on what I can do next?

  • @AK-fr8sy
    @AK-fr8sy 23 วันที่ผ่านมา

    The setup for these services seems like A LOT of work and because of that things can go wrong in production, not to mention handover for something like this...what alternatives are there for this type of ELT pipeline?

  • @104_muhammadhaikalrahman4
    @104_muhammadhaikalrahman4 8 หลายเดือนก่อน +1

    Thank's for the video

  • @danielrynca5922
    @danielrynca5922 7 หลายเดือนก่อน +2

    Airbyte section is complicated and badly explained.
    It looks for me like some part is missing in the recording. E.g. how airbyte was started?
    After this video I don't see significant advantage using Airbyte over elt_script from the video example.

  • @andybecker5001
    @andybecker5001 8 หลายเดือนก่อน +1

    This is excellent content

  • @gustavojuantorena
    @gustavojuantorena 8 หลายเดือนก่อน +2

    Awesome!

  • @Ghayth.Moustpha
    @Ghayth.Moustpha 2 หลายเดือนก่อน

    please we need courses about big data , hadoop and sparks with practical projects

  • @abhijeetdhumal7385
    @abhijeetdhumal7385 8 หลายเดือนก่อน +1

    Please make video on performance testing using jmeter

  • @mokgobolamamabolo9711
    @mokgobolamamabolo9711 2 หลายเดือนก่อน

    Quallity content as always

  • @MichaelFisher-v7z
    @MichaelFisher-v7z 8 หลายเดือนก่อน

    Finalllyyyy an data project. What are the learning pre-requisites for this course?.

  • @SiraSam
    @SiraSam 7 หลายเดือนก่อน

    Love it!

  • @raghavanb5161
    @raghavanb5161 8 หลายเดือนก่อน +2

    please come up with big data course

  • @jgojiz
    @jgojiz 5 หลายเดือนก่อน

    This channel is gold 🪙❤

  • @HussainR86
    @HussainR86 8 หลายเดือนก่อน +7

    Came across another issue while running code for datapipeline gave me version error between dump and postgresql I changeed the version from latest to 15.5 to match dump version... hope this helps in case anyone face issues on this module

    • @aknnvr
      @aknnvr 7 หลายเดือนก่อน

      Hero

  • @bluz6837
    @bluz6837 6 หลายเดือนก่อน

    Please make more video about Data Engineering

  • @mehdismaeili3743
    @mehdismaeili3743 5 หลายเดือนก่อน

    Excellent .

  • @sharongatwiri552
    @sharongatwiri552 หลายเดือนก่อน +1

    I am stuck at installing docker, 'cant run on my pc' windows 10

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

    My boy, Chau!

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

    The dbt section might have been easier to explain if it was installed to the base image; all of the config could have been completed in the docker file?
    As you are using VS Code, it might be a good shout to use the remote conatiner extensions to interact with the running containers, too.

  • @AntonsWorkshop
    @AntonsWorkshop 8 หลายเดือนก่อน +1

    Finally!

  • @xXHelsingGamingXx
    @xXHelsingGamingXx 8 หลายเดือนก่อน +1

    Real GEM

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

    In the "Building a Data pipeline from Scratch" section, when I am running the containers by docker compose up, I get the following error:
    elt-elt_script-1 | pg_dump: error: aborting because of server version mismatch
    elt-elt_script-1 | pg_dump: detail: server version: 16.1 (Debian 16.1-1.pgdg120+1); pg_dump version: 15.5 (Debian 15.5-0+deb12u1)
    I have installed the latest version of postgres on my machine i.e. 16.1. I have also removed the images and volumes and rerun the docker compose up command, still I get the above error. Can someone please help? Thanks!

    • @oddlang687
      @oddlang687 8 หลายเดือนก่อน +5

      I ran into this same problem. I fixed it by changing the docker-compose.yaml. Instead of image: postgres:latest under the source_postgres and destination_postgres, I wrote image: postgres:15 in both of these places. This way when the code is run, it installed the same version of PostgreSQL in both the source and destination.

    • @sontran-tx7ng
      @sontran-tx7ng 7 หลายเดือนก่อน +1

      @@oddlang687 it' s work , thanks you very much, i take two day to find the way to show that problem.

    • @Victor-rs4ku
      @Victor-rs4ku 6 หลายเดือนก่อน

      Thanks man!

    • @alanpaget10
      @alanpaget10 3 หลายเดือนก่อน

      @@oddlang687 Appreciate this comment, fixed for me. Thank you!

  • @GamesOfficialYouTube
    @GamesOfficialYouTube 8 หลายเดือนก่อน +1

    Do full MySQL course

  • @stematcen
    @stematcen 2 หลายเดือนก่อน

    Thanks for creating this course. I like the live debugging. Gives mere mortals like me hope knowing that I am not the only one that codes like this ```check = Ture ```

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

    I love it. But lets say i need to make a email classification system that distributes these emails after there classification and send them to there classified department server.
    Would you use a message queue like celery or use a broker like kafka or rabit mq?

  • @bay-pay5057
    @bay-pay5057 2 หลายเดือนก่อน

    I need a comprehensive video. Please !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!. I'm looking for that.

  • @FactosFax
    @FactosFax 6 หลายเดือนก่อน +1

    Do you need to know maths for data engineering if so what types of

  • @th.karatsis
    @th.karatsis 8 หลายเดือนก่อน +1

    Love your tutorials. But can you make a c++ sfml with visual studio tutorial that would help me a lot. Thanks

  • @alirezakhorami
    @alirezakhorami 6 หลายเดือนก่อน

    it was alright, I think adding a bit more discipline into the course would be an amazing upgrade

  • @hooprmoto5669
    @hooprmoto5669 4 วันที่ผ่านมา

    How do i learn all of these? What course should i take? Please help

  • @nandank262
    @nandank262 8 หลายเดือนก่อน +1

    Can you make data engineering boot camp.

  • @看奈飞-g8t
    @看奈飞-g8t 5 หลายเดือนก่อน +1

    You didn't solve the column level macro bug @ 2:00:03. That's not the attitude mate.

    • @masadamsahid
      @masadamsahid 5 หลายเดือนก่อน

      It was actually he forgot the macro keyword when he was defining the macro in ratings_macro.sql file.
      {% macro generate_ratings() %}
      CASE
      WHEN user_rating >= 4.5 THEN 'Excellent'
      WHEN user_rating >= 4.0 THEN 'Good'
      WHEN user_rating >= 3.0 THEN 'Average'
      ELSE 'Poor'
      END as rating_category
      {% endmacro %}

  • @patciamor
    @patciamor 4 หลายเดือนก่อน

    The intro and description don't match the video - there is no Spark or Kafka anywhere in the video.

  • @tom_edc
    @tom_edc 4 หลายเดือนก่อน

    Might be great, but source code is not working at all (starts with main branch, and keeps going).

  • @AaronAsherRandall
    @AaronAsherRandall 2 หลายเดือนก่อน

    Okay, major question. As you are adding in new technologies like Airflow in the docker file, where is your console log or terminal to let you know if there’s any syntax errors etc.? For example, with React, Django, Flutter, I always have the app running on local host and ALWAYS have that window open to see if there are any errors in the error log as I am updating files.
    How do you do that with this workflow to make sure you’re not making mistakes while you’re writing code?

  • @HussainR86
    @HussainR86 8 หลายเดือนก่อน +3

    At 2:52:34 how was airbyte started ??

    • @krishnaveersingh1851
      @krishnaveersingh1851 6 หลายเดือนก่อน

      try looking into course resources > airbyte

  • @MQ123-d9l
    @MQ123-d9l 8 หลายเดือนก่อน +6

    What are the learning pre-requisites for this course?

    • @RM-xq7gf
      @RM-xq7gf 8 หลายเดือนก่อน +10

      brain

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

      this guy could barely code in JavaScript like a year ago so not too much i guess.

    • @MQ123-d9l
      @MQ123-d9l 8 หลายเดือนก่อน

      @@AndrewHuange thanx for answering my query👍

  • @phuocvuhoang3606
    @phuocvuhoang3606 8 หลายเดือนก่อน +3

    have a issue with postgres version mismatch. I change the version of postgres server to suit with it.
    services:
    source_postgres:
    image: postgres:15.5
    same for destination_postgres.
    Hope this help

    • @allenlai4761
      @allenlai4761 7 หลายเดือนก่อน

      thank you man! Great help

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

    Here's your data model. People/Places/Pennies/Product involved in a Process.

  • @AyojerusalemAkinremi
    @AyojerusalemAkinremi 5 หลายเดือนก่อน

    I ran into the below error trying to run my container, can you please advice me on how to resolve it? All my files are in one directory. 2024-05-03 15:34:42 Node.js v18.20.2
    2024-05-03 15:34:45 node:internal/modules/cjs/loader:1143
    2024-05-03 15:34:45 throw err;
    2024-05-03 15:34:45 ^
    2024-05-03 15:34:45
    2024-05-03 15:34:45 Error: Cannot find module '/app/src/index.js'
    2024-05-03 15:34:45 at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    2024-05-03 15:34:45 at Module._load (node:internal/modules/cjs/loader:981:27)
    2024-05-03 15:34:45 at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
    2024-05-03 15:34:45 at node:internal/main/run_main_module:28:49 {
    2024-05-03 15:34:45 code: 'MODULE_NOT_FOUND',
    2024-05-03 15:34:45 requireStack: []
    2024-05-03 15:34:45 }
    2024-05-03 15:34:45
    2024-05-03 15:34:45 Node.js v18.20.2

  • @tahirishaq3804
    @tahirishaq3804 7 หลายเดือนก่อน +1

    Why is dbt using the port 5434 to communicate with the destination database? Both containers are running in the same docker network so why do we need to use the exposed port number?

    • @wusswuzz5818
      @wusswuzz5818 2 หลายเดือนก่อน

      It does not need that port that port is exposed so that if you the user wants to take a peak at the database you can run a db manager against that port, otherwise to peek at the database you would have to exec -it into the db container to look at the tables.

  • @alfarabi1234
    @alfarabi1234 4 หลายเดือนก่อน

    2:40:23 That was litterally it 😂 but thanks for tutorial;)

  • @jitendramahapatra1239
    @jitendramahapatra1239 8 หลายเดือนก่อน +1

    Sir please make the audio track available

  • @tbranch227
    @tbranch227 6 หลายเดือนก่อน

    face-red-heart-shape face-red-heart-shape face-red-heart-shape the cat stole the show

  • @oddiiiyadav7409
    @oddiiiyadav7409 8 หลายเดือนก่อน +2

    definitely not for beginners but good .

  • @MohammedAnsar-jt7tk
    @MohammedAnsar-jt7tk วันที่ผ่านมา

    Can anyone suggest some youtube channel which provide all the topics like SQL python spark pyspark azure ???

  • @vcool
    @vcool 6 หลายเดือนก่อน

    The semi-transparent terminal is a very bad idea for a video. It unnecessarily makes it harder to see the text.

  • @Richard-bg9zt
    @Richard-bg9zt 7 หลายเดือนก่อน +1

    Is spark and kafka actually covered here as mentioned in the description?

  • @mabeleain3320
    @mabeleain3320 3 หลายเดือนก่อน

    I want to be Data Engineering Assistant 😀

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

    I have same folder structure but when I execute docker compose sentence I receive an error: fatal: Invalid --project-dir flag. Not a dbt project. Missing dbt_project.yml file.

  • @wallyhormi106
    @wallyhormi106 7 หลายเดือนก่อน +1

    Hello everyone ! I have this error "elt_script-1 | Error connecting to PostgresSQL: Command '['pg_isready', '-h', 'source_progres']' returned non-zero exit status 2.
    elt_script-1 | Retrying in 5 seconds... (Attempt 1/5)
    elt_script-1 | Error connecting to PostgresSQL: Command '['pg_isready', '-h', 'source_progres']' returned non-zero exit status 2.
    elt_script-1 | Retrying in 5 seconds... (Attempt 2/5)
    elt_script-1 | Error connecting to PostgresSQL: Command '['pg_isready', '-h', 'source_progres']' returned non-zero exit status 2.
    elt_script-1 | Retrying in 5 seconds... (Attempt 3/5)
    elt_script-1 | Error connecting to PostgresSQL: Command '['pg_isready', '-h', 'source_progres']' returned non-zero exit status 2.
    elt_script-1 | Retrying in 5 seconds... (Attempt 4/5)
    elt_script-1 | Error connecting to PostgresSQL: Command '['pg_isready', '-h', 'source_progres']' returned non-zero exit status 2.
    elt_script-1 | Retrying in 5 seconds... (Attempt 5/5)
    elt_script-1 | Max retries reached. Exiting
    elt_script-1 exited with code 1", I already changes the images in my docker-compose.yaml with image: postgres:9.2 and with image: postgres:15 in my source_postgres and destination_postgres, but no success... Someone have any idea of how i can fix this ? Thanks a lot :)

    • @fun2badult
      @fun2badult 7 หลายเดือนก่อน

      I'm having the same issue

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

    ChauCodes !

  • @onoriodeanuta3121
    @onoriodeanuta3121 5 หลายเดือนก่อน

    Cool

  • @testy-chicken-wings
    @testy-chicken-wings 23 วันที่ผ่านมา +1

    1:40:58 can't find the schema.yml file in the course github. Had to copy everything from the video :/

    • @pflauminik
      @pflauminik 15 วันที่ผ่านมา

      ran into the same issue, its in a different branch

  • @conusx4752
    @conusx4752 2 หลายเดือนก่อน

    1:14:49