У нас вы можете посмотреть бесплатно How to install Apache Airflow on Docker? | Build Custom Airflow Docker Image | Airflow | Docker или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video, we will cover how to install Apache Airflow on Docker. During this tutorial, we will build a custom Docker image of Airflow with additional libraries such as SQL Server provider since we have covered SQL Server as a source in the previous Airflow videos. I have covered the Airflow and Airflow Dag in this video here if you like to check it out. Previous Airflow video: • How to build and automate your Python ETL ... Link to GitHub repo: https://github.com/hnawaz007/pythonda... Before you begin, make sure you have Installed and configured Docker Community Edition (CE) on your workstation. Also, we need the Docker Compose on our workstation. I am on windows so I have Docker Desktop installed and running. Link to Docker Community Edition: https://docs.docker.com/desktop/insta... Airflow documentation: https://airflow.apache.org/docs/apach... Airflow using custom images: https://airflow.apache.org/docs/apach... We can confirm that the docker installed by issuing below command in command prompt. docker dash dash version Subscribe to our channel: / haqnawaz --------------------------------------------- Follow me on social media! GitHub: https://github.com/hnawaz007 Instagram: / bi_insights_inc LinkedIn: / haq-nawaz --------------------------------------------- #airflow #docker #etl Topics covered in this video: 0:00 - Introduction to Airflow Install 0:31 - Pre-requisites 1:12 - Begin Install (docker-compose.yml) 2:41 - Create Folder Structure 2:51 - Dockerfile (custom image) 4:07 - Build Custom Image 4:59 - Run Custom Image 5:42 - Test Airflow Webserver 6:03 - Create SQL Server connection