From 6d72ef486c41525c4aad600bb4518f43aeb083cb Mon Sep 17 00:00:00 2001 From: Jose Colque <10107118+jogacolhue@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:25:08 -0500 Subject: [PATCH] Update Custom_Types.json "schemaAttributes" should be a list. https://learn.microsoft.com/en-us/purview/tutorial-custom-types --- deployment/infra/Custom_Types.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/infra/Custom_Types.json b/deployment/infra/Custom_Types.json index 3b63b3d..d765691 100644 --- a/deployment/infra/Custom_Types.json +++ b/deployment/infra/Custom_Types.json @@ -6,7 +6,7 @@ "description": "purview_custom_connector_generic_column", "serviceType": "Purview Custom Connector", "options": { - "schemaAttributes": "data_type" + "schemaAttributes": "[\"data_type\"]" }, "attributeDefs": [ { @@ -66,4 +66,4 @@ "relationshipAttributeDefs": [] } ] -} \ No newline at end of file +}