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"}
54
+
42
55
rm Custom_Types.json
43
56
}
57
+
config-databricks() {
58
+
# TODO databricks part
59
+
if! unzip -v;then
60
+
echo"unzip is required. Please find and install on your OS"
61
+
exit 1
62
+
fi
44
63
45
-
# TODO databricks part
46
-
if! unzip -v;then
47
-
echo"unzip is required. Please find and install on your OS"
48
-
exit 1
49
-
fi
64
+
if!databricks -v;then
65
+
# install DataBricks CLI
66
+
curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/main/install.sh | sudo sh
67
+
fi
68
+
}
50
69
51
-
if! databricks -v;then
52
-
# install DataBricks CLI
53
-
curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/main/install.sh | sudo sh
0 commit comments