From 7e72dca8914dca8a667700bb02feeb8a79266c8b Mon Sep 17 00:00:00 2001 From: v-tarasevich-blitz-brain Date: Mon, 9 Jun 2025 04:47:15 +0300 Subject: [PATCH] fix(ingestion): rename name column and filter to sources on the executions tab (#13704) --- .../app/ingestV2/executions/components/ExecutionsTable.tsx | 4 ++-- .../app/ingestV2/shared/components/filters/SourceFilter.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/datahub-web-react/src/app/ingestV2/executions/components/ExecutionsTable.tsx b/datahub-web-react/src/app/ingestV2/executions/components/ExecutionsTable.tsx index 57bebfe8420..12e13eb8ce6 100644 --- a/datahub-web-react/src/app/ingestV2/executions/components/ExecutionsTable.tsx +++ b/datahub-web-react/src/app/ingestV2/executions/components/ExecutionsTable.tsx @@ -54,8 +54,8 @@ export default function ExecutionsTable({ executionRequests, setFocusExecutionUr const tableColumns: Column[] = [ { - title: 'Name', - key: 'name', + title: 'Source', + key: 'source', render: (record) => , width: '30%', }, diff --git a/datahub-web-react/src/app/ingestV2/shared/components/filters/SourceFilter.tsx b/datahub-web-react/src/app/ingestV2/shared/components/filters/SourceFilter.tsx index c526f6f5ca8..0ff905ffa0e 100644 --- a/datahub-web-react/src/app/ingestV2/shared/components/filters/SourceFilter.tsx +++ b/datahub-web-react/src/app/ingestV2/shared/components/filters/SourceFilter.tsx @@ -103,7 +103,7 @@ export default function SourceFilter({ defaultValues, onUpdate, hideSystemSource onUpdate={onUpdateHandler} options={options} isMultiSelect - selectLabelProps={{ variant: 'labeled', label: 'Name' }} + selectLabelProps={{ variant: 'labeled', label: 'Source' }} renderCustomOptionText={(option) => (