Apache Airflow : Dags | Operators | Tasks - Bash Operator

Sdílet
Vložit
  • čas přidán 17. 07. 2021
  • This is a short descriptive video on Dags, Bash Operator and tasks in Apache Airflow.

Komentáře • 9

  • @gaurav8147
    @gaurav8147 Před 2 lety +1

    Thanks!
    More such basic videos on Airflow please.

  • @vilw4739
    @vilw4739 Před rokem

    Hi, am using bash operator and passing multiple commands inside bash_command.Its a mixture of if else loops and commands.I don't know how to correctly incorporate it.l am using" to separate it. Could you guide me here if you have worked with something similar please thanks in advance

  • @ashwinkumar5223
    @ashwinkumar5223 Před rokem +1

    Can you share one example about how to handle errors while running tasks and send notifications

    • @wajahat.afshar
      @wajahat.afshar  Před rokem

      There are multiple integrations you can do, either sending notification to slack, email, etc

  • @kirill_good_job
    @kirill_good_job Před 2 lety

    can you publish your code please ?

  • @hayathbasha4519
    @hayathbasha4519 Před 2 lety +1

    Hi is it possible to get task/dag duration from context

    • @wajahat.afshar
      @wajahat.afshar  Před 2 lety

      The Gantt chart lets you analyse task duration and overlap. You can quickly identify bottlenecks and where the bulk of the time is spent for specific DAG runs.

    • @hayathbasha4519
      @hayathbasha4519 Před 2 lety

      @@wajahat.afshar for email notification, I want to store that info in variable