UC_INVALID_DEPENDENCIES error condition
Dependencies of <securable> are recorded as <storedDeps> while being parsed as <parsedDeps>. This likely occurred through improper use of a non-SQL API.
SQL_UDF
You can repair dependencies in Databricks Runtime by running CREATE OR REPLACE FUNCTION <securable>(<udfParams>) RETURNS <returnType> ...
VIEW
You can refresh dependencies in Databricks Runtime by running ALTER VIEW <securable> AS <viewText>.