Lee-W commented on code in PR #69866:
URL: https://github.com/apache/airflow/pull/69866#discussion_r3578439186


##########
dev/breeze/src/airflow_breeze/utils/selective_checks.py:
##########
@@ -260,6 +261,14 @@ def __hash__(self):
             r"^providers/common/io/.*",
             r"^providers/common/sql/.*",
         ],
+        FileGroupForCi.OPENLINEAGE_E2E_COMPAT_FILES: [
+            # Only files that drive the compat setup yet do NOT already force 
the full matrix belong
+            # here. The compat workflow 
(.github/workflows/openlineage-e2e-compat-tests.yml) is

Review Comment:
   ```suggestion
               # Only add files that affect the compat setup and do NOT already 
trigger the full matrix
               # here. The compat workflow 
(.github/workflows/openlineage-e2e-compat-tests.yml) is
   ```



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