potiuk edited a comment on issue #19962: URL: https://github.com/apache/airflow/issues/19962#issuecomment-985319737
Of cours. You should use "standalone" command of airflow. rather than docker-compose. https://airflow.apache.org/docs/apache-airflow/stable/cli-and-env-variables-ref.html#standalone You are trying to shoot yoursefl in the foot by complicating your setup (and drag busy maintainer in it). I think also it's good to read some advices: First of all, you are on your own there (so any custom configuration there is definitely not a bug). Discussions are muh better for that. Secondly - you shoud also listen to some helpful messages printed. Your problem with docker compose might for example come from this very straightforward error that you have: ``` ERROR!!!: Too old Airflow version ! The minimum Airflow version supported: 2.2.0. Only use this or higher! ``` I do not know if that's the problem, but if the compose tells you that you use wrong version, I think you should think twice before opening an issue classifed as "bug". -- 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]
