We are building a ‘data lineage graph’ where we want to combine the dependencies from multiple stacked BigQuery views with the dependency chain from code that is in multiple stacked PDT’s
For that we need access to the Looker metadata repository (via the API?) so that we can see the SQL / LookML where PDT’s are made of. We want to use Python for this.
Is this possible OR do we need to scrape our github repo for that metadata?