Airflow 설치법(LOCAL) - 도커랑 vs code 필요
Installing Apache Airflow
Prerequisites
First, make sure you have installed Docker Desktop and Visual Studio. If not, take a look at these links:
Docker needs privilege rights to work, make sure you have them.
Follow the documentation first
If you have troubles to install these tools, here are some videos to help you
Install Apache Airflow with Docker





Well done, you've just installed Apache Airflow with Docker! 🎉
Open your web browser and go to localhost:8080

Troubleshoots
If you don't see this page, make sure you have nothing already running on the port 8080
Also, go back to your terminal on Visual Studio Code and check your application with docker-compose ps
All of your "containers" should be healthy as follow:

If a container is not healthy. You can check the logs with docker logs materials_name_of_the_container
Try to spot the error; once you fix it, restart Airflow with docker-compose down then docker-compose up -d
and wait until your container states move from starting to healthy.
If you still have trouble, reach me on the Q/A with your error.
'Data Analysis > Python' 카테고리의 다른 글
[Python] Pandas: 한 셀의 데이터를 여러 행으로 나누기 (0) | 2023.01.06 |
---|---|
[Python] Python에서 youtube 불러오기 (0) | 2023.01.06 |
[Python] 왜 For 문 옆에는 : 을 붙여야 할까? (2) | 2023.01.05 |
[Airflow] The Complete Hands-On Introduction to Apache Airflow (0) | 2023.01.03 |
Pandas Cheatsheet: 125+ exercises (0) | 2022.12.29 |
댓글