Taragolis commented on code in PR #29081:
URL: https://github.com/apache/airflow/pull/29081#discussion_r1083296145


##########
scripts/in_container/verify_providers.py:
##########
@@ -898,15 +910,17 @@ def run_provider_discovery():
     subprocess.run(["airflow", "providers", "widgets"], check=True)
     console.print("[bright_blue]List all extra links[/]\n")
     subprocess.run(["airflow", "providers", "links"], check=True)
-    if os.environ.get("USE_AIRFLOW_VERSION", None) == "2.1.0":
+

Review Comment:
   I initially don't now how we use this command that's why I parse 
USE_AIRFLOW_VERSION. I will drop Airflow 2.1 support



-- 
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]

Reply via email to