How to find the dependency with in Hive scripts?

Viewed 20

We are using ADF to execute HQL scripts. Its been so many months and we are using few old tables in current scripts.

so when there is a change to old scripts ( like a column rename ) that is going to impact all new scripts and I don't find a way to find this dependency automatically in ADF or HQL.

Do we have anything as automate process to find this kind of dependency?

In sql server we have view dependency option which gives dependent tables/views. just like that we have anything here?

0 Answers
Related