SciTechEnthusiast commented on PR #23517: URL: https://github.com/apache/airflow/pull/23517#issuecomment-1207407501
> /home/airflow/.local/lib/python3.7/site-packages/airflow/configuration.py:360: FutureWarning: The auth_backends setting in [api] has had airflow.api.auth.backend.session added in the running config, which is needed by the UI. Please update your config before Apache Airflow 3.0. FutureWarning, The container is run as root user. For security, consider using a regular user account. /home/airflow/.local/lib/python3.7/site-packages/airflow/configuration.py:360: FutureWarning: The auth_backends setting in [api] has had airflow.api.auth.backend.session added in the running config, which is needed by the UI. Please update your config before Apache Airflow 3.0. FutureWarning, INFO [alembic.runtime.migration] Context impl PostgresqlImpl. INFO [alembic.runtime.migration] Will assume transactional DDL. /home/airflow/.local/lib/python3.7/site-packages/airflow/configuration.py:360: FutureWarning: The auth_backends setting in [api] has had airflow.api.auth.backend.session added in the running config, which is needed by the UI. Please update your config before Apache Airflow 3.0. FutureWarning, /home/airflow/.local/lib/python3.7/site-packages/airflow/configuration.py:360: FutureWarning: The auth_backends setting in [api] has had airflow.api.auth.backend.session added in the running config, which is needed by the UI. Please update your config before Apache Airflow 3.0. FutureWarning, WARNING!!!: AIRFLOW_UID not set! If you are on Linux, you SHOULD follow the instructions below to set AIRFLOW_UID environment variable, otherwise files will be owned by root. For other operating systems you can get rid of the warning with manually created .env file: See: https://airflow.apache.org/docs/apache-airflow/stable/start/docker.html#setting-the-right-airflow-user DB: postgresql+psycopg2://airflow:***@postgres/airflow Performing upgrade with database postgresql+psycopg2://airflow:***@postgres/airflow [2022-08-07 13:19:48,712] {db.py:1462} INFO - Creating tables Upgrades done [2022-08-07 13:19:55,278] {providers_manager.py:218} INFO - Optional provider feature disabled when importing 'airflow.providers.google.leveldb.hooks.leveldb.LevelDBHook' from 'apache-airflow-providers-google' package [2022-08-07 13:19:56,207] {providers_manager.py:218} INFO - Optional provider feature disabled when importing 'airflow.providers.google.leveldb.hooks.leveldb.LevelDBHook' from 'apache-airflow-providers-google' package airflow already exist in the db 2.3.3 getting above error with latest docker compose any idea what's wrong? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
