potiuk commented on code in PR #29081:
URL: https://github.com/apache/airflow/pull/29081#discussion_r1083282945
##########
scripts/in_container/verify_providers.py:
##########
@@ -254,6 +254,16 @@ class ProviderPackageDetails(NamedTuple):
),
}
+# If provided parse USE_AIRFLOW_VERSION environment variable and construct
tuple (major, minor, path)
Review Comment:
We only use 2.3 check now and there is always going to be only one version
checked, so I'd say we should hard-coded 2.3 and at possibly verify if the
USE_AIRFLOW_VERSION matches it so that we don't forget to update the hard-coded
value (as we did before) WDYT?
--
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]