You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# {"requestId":"d1fb3a39-9016-44c0-9a7a-8164419d4188","errorCode":"ATLAS-400-00-01A","errorMessage":"invalid parameters: invalid payload, expect schemaAttributes in purview_custom_connector_generic_column should be list of string, but found: data_type"}
35
+
rm Custom_Types.json
36
+
}
37
+
38
+
# TODO databricks part
10
39
if! unzip -v;then
11
40
echo"unzip is required. Please find and install on your OS"
12
41
exit 1
@@ -16,13 +45,5 @@ if ! databricks -v; then
16
45
# install DataBricks CLI
17
46
curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/main/install.sh | sudo sh
0 commit comments