diff --git a/plugins/cost-insights/src/components/LabelDataflowInstructionsPage/LabelDataflowInstructionsPage.tsx b/plugins/cost-insights/src/components/LabelDataflowInstructionsPage/LabelDataflowInstructionsPage.tsx
index 3442de49fc..ba5a22e932 100644
--- a/plugins/cost-insights/src/components/LabelDataflowInstructionsPage/LabelDataflowInstructionsPage.tsx
+++ b/plugins/cost-insights/src/components/LabelDataflowInstructionsPage/LabelDataflowInstructionsPage.tsx
@@ -15,7 +15,7 @@
*/
import React from 'react';
-import { Box, Typography } from '@material-ui/core';
+import { Box, Typography, Link } from '@material-ui/core';
import { CodeSnippet } from '@backstage/core';
import { AlertInstructionsLayout } from '../AlertInstructionsLayout';
@@ -31,10 +31,10 @@ export const LabelDataflowInstructionsPage = () => {
In Cloud Dataflow, labels can be added to a job either programmatically
- or via the command-line when launching a job. Note that GCP has
-
+ or via the command-line when launching a job. Note that GCP has{' '}
+
restrictions
- {' '}
+ {' '}
on the length and characters that can be used in labels.
@@ -46,9 +46,9 @@ export const LabelDataflowInstructionsPage = () => {
DataflowPipelineOptions
Dataflow jobs using Beam's{' '}
-
+
DataflowPipelineOptions
- {' '}
+ {' '}
directly can use the setLabels function to add one or more
labels:
"my-dataflow-job
For more information on specifying options, see the{' '}
-
+
Dataflow documentation
- {' '}
+ {' '}
or{' '}
-
+
Scio Scaladoc
-
+
.