skip to Main Content

Airflow on Docker start get ERROR:TypeError: __init__() got an unexpected keyword argument 'encoding' – Debian

i want to extend the airflow on docker with providers hdfs: https://airflow.apache.org/docs/docker-stack/build.html#examples-of-image-extending the Dockerfile looks like: FROM apache/airflow:2.2.4 ARG DEV_APT_DEPS=" curl gnupg2 apt-transport-https apt-utils build-essential ca-certificates gnupg dirmngr freetds-bin freetds-dev gosu krb5-user ldap-utils libffi-dev libkrb5-dev libldap2-dev libpq-dev libsasl2-2 libsasl2-dev libsasl2-modules…

VIEW QUESTION

Airflow + Docker: Path behaviour (+Repo)

I have difficulties to understand how the paths in airflow work. I created this repository so that it is easy to see what I mean: https://github.com/remo2479/airflow_example/blob/master/dags/testdag.py I created this repository from scratch according to the manual on the airflow page.…

VIEW QUESTION
Back To Top
Search