bbovenzi commented on code in PR #70151:
URL: https://github.com/apache/airflow/pull/70151#discussion_r3669086983


##########
airflow-core/src/airflow/ui/src/constants/filterConfigs.tsx:
##########
@@ -222,6 +230,18 @@ export const useFilterConfigs = () => {
       min: -1,
       type: FilterTypes.NUMBER,
     },
+    [SearchParamsKeys.MAX_ACTIVE_RUNS_GTE]: {
+      icon: <MdHourglassEmpty />,
+      label: translate("common:filters.maxActiveRunsFrom"),

Review Comment:
   These translation keys don't exist



##########
airflow-core/docs/img/ui-dark/dag_overview_backfills.png:
##########


Review Comment:
   We don't need to update docs for this.



##########
airflow-core/src/airflow/api_fastapi/core_api/routes/ui/backfills.py:
##########
@@ -76,6 +100,7 @@ def list_backfills_ui(
         BackfillResponse(**row._mapping) if not isinstance(row, Backfill) else 
row
         for row in session.scalars(select_stmt)
     ]
+    log.warning("inside backfill*******************************************")

Review Comment:
   Please clean up warnings.



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