+ {getSeparator('')}
+
+ );
+ };
+
const getDashboardDBServiceName = () => {
return (
@@ -527,6 +550,7 @@ const ConfigureIngestion = ({
{getFilterPatterns()}
{getSeparator('')}
{getFqnForFilteringToggles()}
+ {getProcessPiiToggles()}
{getDatabaseFieldToggles()}
);
diff --git a/openmetadata-ui/src/main/resources/ui/src/components/AddIngestion/addIngestion.interface.ts b/openmetadata-ui/src/main/resources/ui/src/components/AddIngestion/addIngestion.interface.ts
index 44c72120b68..aed1ee67177 100644
--- a/openmetadata-ui/src/main/resources/ui/src/components/AddIngestion/addIngestion.interface.ts
+++ b/openmetadata-ui/src/main/resources/ui/src/components/AddIngestion/addIngestion.interface.ts
@@ -133,6 +133,7 @@ export interface AddIngestionState {
timeoutSeconds: number;
topicFilterPattern: FilterPattern;
useFqnFilter: boolean;
+ processPii: boolean;
}
export enum ShowFilter {
diff --git a/openmetadata-ui/src/main/resources/ui/src/locale/languages/en-us.json b/openmetadata-ui/src/main/resources/ui/src/locale/languages/en-us.json
index 67d318ca02e..fdc6aff9e94 100644
--- a/openmetadata-ui/src/main/resources/ui/src/locale/languages/en-us.json
+++ b/openmetadata-ui/src/main/resources/ui/src/locale/languages/en-us.json
@@ -501,6 +501,7 @@
"primary-key": "Primary Key",
"private-key": "PrivateKey",
"private-key-id": "Private Key ID",
+ "process-pii-sensitive-column": "Auto Tag PII",
"profile": "Profile",
"profile-lowercase": "profile",
"profile-sample-type": "Profile Sample {{type}}",
@@ -956,6 +957,7 @@
"pipeline-description-message": "Description of the pipeline.",
"pipeline-trigger-success-message": "Pipeline triggered successfully!",
"pipeline-will-trigger-manually": "Pipeline will only be triggered manually.",
+ "process-pii-sensitive-column-message": "Check column names to auto tag PII Senstive/nonSensitive columns.",
"profile-sample-percentage-message": "Set the Profiler value as percentage",
"profile-sample-row-count-message": " Set the Profiler value as row count",
"profiler-ingestion-description": "A profiler workflow can be configured and deployed after a metadata ingestion has been set up. Multiple profiler pipelines can be set up for the same database service. The pipeline feeds the Profiler tab of the Table entity, and also runs the tests configured for that entity. Add a Name, FQN, and define the filter pattern to start.",