How to REMOVE airflow example DAGs locally and in docker | Airflow Tutorial Tips 2

Поделиться
HTML-код
  • Опубликовано: 26 июл 2024
  • How to REMOVE airflow example DAGs locally and in docker | Airflow Tutorial Tips 2
    #Airflow #python #Coder2j
    ========== VIDEO CONTENT 📚 ==========
    Do you want to remove the airflow example dags? And failed to do it? In this video, I am going to show you how to remove the airflow example dags locally and in docker. Sounds exciting? Let’s get started!
    Video Request: forms.gle/UMp4GA3krcSMMWzy9
    Subscribe to my channel and enable the notification to not miss any future tutorials: / coder2j
    Smash the like button to the 2-hour Airflow FULL Course to unlock our 5k likes bonus tutorial videos!! • Airflow Tutorial for B...
    1000 likes 👍 - Bonus videos about how to debug Airflow DAG (Achieved!)
    5000 likes 👍 - Bonus videos about Airflow Docker Operator (Keep going!!)
    ========== T I M E S T A M P ⏰ ==========
    Throughout the course, you will learn:
    00:00 - Intro
    00:15 - Remove airflow example dags locally
    01:18 - How to debug airflow config
    03:52 - Remove airflow example dags in the docker
    ========== L I N K S 🔗 ==========
    Airflow FULL COURSE 👉 • Airflow Tutorial for B...
    Airflow Books 👉 amzn.to/3N43rlI
    Airflow Documentation 👉 bit.ly/3wbTqv4
    Course GitHub Repo 👉 github.com/coder2j/airflow-do...
    ========== Connect with me 👏 ==========
    Twitter 👉 / coder2j
    Website 👉 coder2j.com
    GitHub 👉 github.com/coder2j

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

  • @user-nh3uw8lr3e
    @user-nh3uw8lr3e 2 месяца назад

    Please make a video explaining the components in the docker-compose.yaml like the x-ariflow common

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

    Hi Coder2j , I go through your Airflow Playlist it is help me very well for starting Airflow . I have working on on PRemise Server1 and Server2 (both have MS SQL Server installed) I want to know how I make inital connection setting on both server using Python + Airflow for building Data Piplines and Scheduling. I want to transfer data to Test Server to Production Server and whole transformation will taken on Production Server want to build data Piplines for Batch Ingestion Data Loading on Daily basis.

  • @peteru2872
    @peteru2872 2 месяца назад

    i had to comment nothing worked for me so far, i mainly dont have issue with the example dags. it just could not read the dag folder no matter what i tried i am using Ubuntu wsl 2, i use 'code .' to connect with vscode doesnt matter if i use C:\Users\user\Documents\\airflow\dags or /mnt/c/Users/user/Documents//airflow/dags as the path on airflow.cfg still my project does not load on the airflow UI. load_examples = False dont stop the examples from loading too. used 3 days trying to set airflow but now my project files are currently on example_dags folder and its working fine i just deleted the .py files i dont need there

    • @coder2j
      @coder2j  2 месяца назад +1

      Please check if you have set the AIRFLOW_HOME environment variable right. By default it is in the path ~/airflow. If you want to set it to your project directory, use the absolute path.