Lee-W commented on code in PR #64571:
URL: https://github.com/apache/airflow/pull/64571#discussion_r3323088491
##########
airflow-core/src/airflow/ui/src/components/AssetExpression/AssetNode.tsx:
##########
@@ -16,47 +16,130 @@
* specific language governing permissions and limitations
* under the License.
*/
-import { Box, Text, HStack } from "@chakra-ui/react";
-import { FiDatabase } from "react-icons/fi";
+import { Box, Button, HStack, Text, VStack } from "@chakra-ui/react";
+import { FiCheck, FiDatabase, FiMinus } from "react-icons/fi";
import { PiRectangleDashed } from "react-icons/pi";
-import { RouterLink } from "src/components/ui";
+import type { NextRunAssetEventResponse } from "openapi/requests/types.gen";
+import { Popover, RouterLink } from "src/components/ui";
import Time from "../Time";
-import type { AssetSummary, NextRunEvent } from "./types";
+import type { AssetSummary } from "./types";
+
+const RollupKeyChecklistPopover = ({
Review Comment:
`RollupKeyChecklist` (body) and `RollupKeyChecklistPopover` (wrapper) are
now live in `src/components/RollupKeyChecklist.tsx`; `AssetNode,
AssetProgressCell`, and both `AssetSchedule` branches consume it. Unified the
trigger label to N / M.
--
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]