Monitor workflow with slack alert upon DAG failure | Airflow Tutorial

Поделиться
HTML-код
  • Опубликовано: 4 авг 2023
  • In this video, I showed how you can set up and configure your APACHE airflow to receive slack alerts whenever your DAG or work flow fails. This will indeed help your data team to stay proactive on what is happening on your data pipeline and fix issues as soon as they occur thereby helping you to meet your service level agreement (SLA).
    Apache Airflow is an open-source platform used for orchestrating and scheduling workflows of tasks and data pipelines.
    If you have any questions or comments, ok to ask or leave comments in the comment section below.
    Please don’t forget to LIKE, SHARE, COMMENT and SUBSCRIBE to our channel for more AWESOME videos.
    *Books I recommend*
    1. Grit: The Power of Passion and Perseverance amzn.to/3EZKSgb
    2. Think and Grow Rich!: The Original Version, Restored and Revised: amzn.to/3Q2K68s
    3. The Book on Rental Property Investing: How to Create Wealth With Intelligent Buy and Hold Real Estate Investing: amzn.to/3LLpXRy
    4. How to Invest in Real Estate: The Ultimate Beginner's Guide to Getting Started: amzn.to/48RbuOb
    5. Introducing Python: Modern Computing in Simple Packages amzn.to/3Q4driR
    6. Python for Data Analysis: Data Wrangling with pandas, NumPy, and Jupyter 3rd Edition: amzn.to/3rGF73G
    #dataengineering #airflow #slackalert #datapipelinemonitoring #dagmonitoring #taskmonitoring #ec2 #datapipeline #amazons3 #data #aws
    **************** Commands used in this video ****************
    sudo apt update
    sudo apt install python3-pip
    sudo apt install python3.10-venv
    python3 -m venv airflow_notify_venv
    source airflow_notify_venv/bin/activate
    sudo pip install apache-airflow
    pip install apache-airflow-providers-slackairflow standalone
    **************** USEFUL LINKS ****************
    How to remotely SSH (connect) Visual Studio Code to AWS EC2 • How to remotely SSH (c...
    How to build a pipeline to create table and insert records on snowflake with airflow on AWS EC2 • How to build a pipelin...
    How to build and automate a python ETL pipeline with airflow on AWS EC2 | Data Engineering Project • How to build and autom...
    How to Build and Automate loading data from S3 to Snowflake with email notification using airflow • How to Build and Autom...
    Extract current weather data from Open Weather Map API using python on AWS EC2 • Extract current weathe...
    Use airflow to orchestrate a parallel processing ETL pipeline on AWS EC2 | Data Engineering Project
    • Use airflow to orchest...
    Create Slack App: api.slack.com/apps
    PostgreSQL Playlist: • Tutorial 1 - What is D...
    Github Repo: github.com/YemiOla/slack_noti...
    airflow.apache.org/docs/apach...
    airflow.apache.org/docs/apach...
    airflow.apache.org/docs/apach...
    airflow.apache.org/docs/apach...
    airflow.apache.org/docs/apach...
    DISCLAIMER: This video and description has affiliate links. This means when you buy through one of these links, we will receive a small commission and this is at no cost to you. This will help support us to continue making awesome and valuable contents for you.
  • НаукаНаука

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

  • @gyungyoonpark
    @gyungyoonpark 5 месяцев назад +1

    thank you for the awesome tutorial!!!

  • @datexland
    @datexland 4 месяца назад +1

    Thank you for sharing , great job

  • @jacoposardellini9397
    @jacoposardellini9397 11 месяцев назад +1

    Hi,
    shouldn't "slack_webhook_conn_id=" be used as a parameter instead of "http_conn_id=" ?
    (in the SlackWebhookOperator class )