AIRFLOW SETUP - Manual vs DOCKER This repository contains Both CLI and Docker commands needed to setup a basic environment for Airflow to run. Using the the Docker approach is highly recommedned and less stessful. However , if you want a step by step approach, you can use the manual app...
For an airflow-2.5.1 install on amazonlinux:2 docker image # I'm running this as root # Some of this is not necessary for the task of making python3.10 yum -y update yum -y upgrade amazon-linux-extras install -y epel # if you need this, do this before python3 is in the path ...
You need to set up a container runtime on your client or edge node to be able to run an instance of the preconfigured container image, which contains the command-line utilities. Restriction:Currently only Docker and Podman container runtime are supported withIBM Open Data for Industries. ...
in case someone is on the same boat: I'm using Poetry 1.1.4 and i did [tool.poetry.dependencies] apache-airflow = {path = "apache_airflow-2.1.3-py3-none-any.whl"} it worksAimHighDS commented Oct 2, 2022 First try, poetry add d:\libs\mysqlclient-1.4.6-cp39-cp39-win32.whl...