potiuk commented on issue #37097: URL: https://github.com/apache/airflow/issues/37097#issuecomment-3002005430
Sure (and also answering the original author) it's because you need to enable them via configuration - they are disabled by default. Closing as invalid, but if any of people commenting would like come back to the documentation where they were looking for it and update it ("suggest a change on this page" button opens you a PR) to clarify that you need to do it. that would be awesome. This for example works for me: ``` docker run -it --rm -p 8080:8080 -e AIRFLOW__CORE__LOAD_EXAMPLES="true" apache/airflow:3.0.2-python3.11 standalone ```` -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org