docker-airflow icon indicating copy to clipboard operation
docker-airflow copied to clipboard

Docker Apache Airflow

Results 106 docker-airflow issues
Sort by recently updated
recently updated
newest added

Fix #535 and close #536 where the SQLAlchemy==1.3.16 causing issue based on https://github.com/apache/airflow/issues/8211

If the env variable `WATCH_FILES` is set, use the [entr(1)](http://eradman.com/entrproject/) tool to wrap the entrypoint script to automatically restart the airflow process if a change is detected in any of...

I'd like to be able to inspect things stored in the database from within the webserver container to test code that will go into DAGs, such as variables and connection...

I am trying to install ssh through the docker compose calling the dockerfile, simple like that: ``` FROM puckel/docker-airflow RUN apt-get install -y net-tools RUN apt-get install -y openssh-server apache2...

**Expected behaviour** Airflow Log will be in place unless someone delete it. **Actual behaviour** Intermittent Airflow task log went missing. **Information** - Version: 1.10.4 - Executor: Celery Executor - Single...

im trying to create airfllow RBAC user as below through docker. and, config as follows Dockerfile config --------------------- CMD ["airflow create_user -r Admin -u admin -f xx -l pamula -p...

i'm getting an `invalidToken` error when attempting to edit the default `postgres_default` connection. i suspect this is related to setting `FERNET_KEY` but i can't seem to figure out what i'm...

I use airflow 1.10.9; below is part of exception: sqlalchemy.exc.OperationalError: (_mysql_exceptions.OperationalError) (1054, "Unknown column 'dag.root_dag_id' in 'field list'") [SQL: SELECT dag.dag_id AS dag_dag_id, dag.root_dag_id AS dag_root_dag_id, dag.is_paused AS dag_is_paused, dag.is_subdag...

Is it possible to set airflow variables in docker compose? I have a bunch of variables available as json and want to see how it can be supplied in docker...

Hi Airflow Team, I am trying to upgrade db using "airflow upgradedb" command on version 1.10.2.My question is what if the upgradedb is done for airflow version 1.10.2,and if the...