Skip to content

Commit

Permalink
chore(ui/ingest): improve description of executor ID (#10698)
Browse files Browse the repository at this point in the history
  • Loading branch information
darnaut committed Jun 13, 2024
1 parent c6a1571 commit 3d28aa1
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,12 @@ export const NameSourceStep = ({ state, updateState, prev, submit }: StepProps)
</Form.Item>
<Collapse ghost>
<Collapse.Panel header={<Typography.Text type="secondary">Advanced</Typography.Text>} key="1">
<Form.Item label={<Typography.Text strong>Executor Id</Typography.Text>}>
<Form.Item label={<Typography.Text strong>Executor ID</Typography.Text>}>
<Typography.Paragraph>
Provide the executor id to route execution requests to. The built-in DataHub executor id
is &apos;default&apos;. 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 &apos;default&apos;. Do not change this unless you have configured
a remote or custom executor.
</Typography.Paragraph>
<Input
placeholder="default"
Expand Down

0 comments on commit 3d28aa1

Please sign in to comment.