<securable> 的依赖项记录为 <storedDeps>,同时分析为 <parsedDeps>。 这可能是通过不当使用非 SQL API 而发生的。
SQL_UDF
你可以在 Azure Databricks 运行时修复依赖,方法是运行 CREATE OR REPLACE FUNCTION <securable>(<udfParams>) RETURNS <returnType> ...
VIEW
你可以在 Azure Databricks Runtime 中通过运行 ALTER VIEW <securable> AS <viewText>. 来刷新依赖关系。