You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran docker-compose up airflow-init within the same directory as the docker-compose file
This command failed with: airflow command error: argument GROUP_OR_COMMAND: airflow upgradedb command, has been removed, please use airflow db upgrade, see help above.
What you expected to happen:
The latest stable official airflow docker image to be pulled, and airflow-init to complete successfully.
Airflow has no support for M1 - this M1 is an ARM device and we do not support ARM in docker images. There are some anecdotal evidences of people who were able to install Airflow on M1 device but it is neither tested nor supported.
If you would like to use Airflow with M1. I suggest to open a feature request for that.
Apache Airflow version: 2.0.1
Environment:
uname -a
): Darwin Darwin Kernel Version 20.3.0What happened:
Following the steps in the Quick start > Running Airflow in Docker page (https://airflow.apache.org/docs/apache-airflow/stable/start/docker.html#initializing-environment):
What you expected to happen:
The latest stable official airflow docker image to be pulled, and airflow-init to complete successfully.
How to reproduce it:
Follow the instructions per the quick start docs (https://airflow.apache.org/docs/apache-airflow/stable/start/docker.html) to pull down the docker-compose.yaml file, then attempt to run docker-compose up airflow-init.
mkdir ./dags ./logs ./plugins echo -e "AIRFLOW_UID=$(id -u)\nAIRFLOW_GID=0" > .env
docker-compose up airflow-init
Anything else we need to know:
Below is the log information
The text was updated successfully, but these errors were encountered: