vatsrahul1001 commented on code in PR #44172:
URL: https://github.com/apache/airflow/pull/44172#discussion_r1849437674


##########
dev/breeze/src/airflow_breeze/utils/selective_checks.py:
##########
@@ -1473,10 +1497,11 @@ def _find_all_providers_affected(self, include_docs: 
bool) -> list[str] | AllPro
                 )
         if not all_providers:
             return None
-        for provider in list(all_providers):
-            all_providers.update(
-                get_related_providers(provider, upstream_dependencies=True, 
downstream_dependencies=True)
-            )
+        if not all_providers == {OPENLINEAGE_INTEGRATION}:

Review Comment:
   @potiuk Thank you for pointing this out! I agree that it's not worth an 
exclusion, so I have removed this condition.



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