From 3d28aa1a1fee26c6585b7989d8374e7773208801 Mon Sep 17 00:00:00 2001 From: Davi Arnaut Date: Thu, 13 Jun 2024 07:24:12 -1000 Subject: [PATCH] chore(ui/ingest): improve description of executor ID (#10698) --- .../src/app/ingest/source/builder/NameSourceStep.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/datahub-web-react/src/app/ingest/source/builder/NameSourceStep.tsx b/datahub-web-react/src/app/ingest/source/builder/NameSourceStep.tsx index 6f115610c7d82..09728520e8366 100644 --- a/datahub-web-react/src/app/ingest/source/builder/NameSourceStep.tsx +++ b/datahub-web-react/src/app/ingest/source/builder/NameSourceStep.tsx @@ -178,10 +178,12 @@ export const NameSourceStep = ({ state, updateState, prev, submit }: StepProps) Advanced} key="1"> - Executor Id}> + Executor ID}> - Provide the executor id to route execution requests to. The built-in DataHub executor id - is 'default'. Do not change this unless you have configured a custom executor. + Provide the ID of the executor that should execute this ingestion recipe. This ID is used + to route execution requests of the recipe to the executor of the same ID. The built-in + DataHub executor ID is 'default'. Do not change this unless you have configured + a remote or custom executor.