yanshil commented on issue #56123: URL: https://github.com/apache/airflow/issues/56123#issuecomment-3337221941
I also notice that [fab] are missing in `apache/airflow:3.1.0-python3.13` image. I have to install fab with ``` RUN pip install 'apache-airflow-providers-fab' ``` but NOT (THIS WON'T WORKS) ``` RUN pip install 'apache-airflow[fab]' ``` -- 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]
