mik-laj commented on a change in pull request #15206:
URL: https://github.com/apache/airflow/pull/15206#discussion_r608209583
##########
File path: airflow/cli/commands/info_command.py
##########
@@ -27,11 +27,11 @@
import requests
import tenacity
+from typing_extensions import Protocol
from airflow import configuration
from airflow.cli.simple_table import AirflowConsole
from airflow.providers_manager import ProvidersManager
-from airflow.typing_compat import Protocol
Review comment:
I install `typing_extensions` on every pythton version, because
`sphinx-autoapi` has problems with it.
```
WARNING: Cannot resolve import of airflow.typing_compat.Protocol in
airflow.stats
```
Hopefully we can fix this differently, but for now, I wanted to take a step
forward to see if we had other critical issues. Now the documentation for the
apache-airflow package builds up fine, so I think it's a pretty cool start.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]