Lee-W commented on code in PR #55041: URL: https://github.com/apache/airflow/pull/55041#discussion_r2311888989
########## airflow-core/src/airflow/api_fastapi/common/parameters.py: ########## @@ -647,22 +647,22 @@ def to_orm(self, select: Select) -> Select: asset_ref_subquery = sql_select(DagScheduleAssetReference.dag_id).distinct() if self.value: - # Filter DAGs that have asset-based scheduling + # Filter Dags that have asset-based scheduling return select.where(DagModel.dag_id.in_(asset_ref_subquery)) - # Filter DAGs that do NOT have asset-based scheduling + # Filter Dags that do NOT have asset-based scheduling Review Comment: Yep, I also tried to do a few rounds but still notice it from time to time -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org