I'm trying to find a way to extract all tasks dependencies. The idea is to find all SQL tasks (Bigquery) and find all it depending tables so i guess there is sort of a metadata db or another option i could think of is reading the "Render" (render template) code and extract the different entities straight from there but can't find any data source which holds that data.
I'm. trying to find a relevant data source / access which holds that info. Any idea how and where i can find it ?
Thanks