Hey DataHub team. We're looking to possibly introduce a new optional config to the Looker ingestion plugin to allow us to handle "symbolic links" in BigQuery. For further context, for the purposes of Looker consumption, we recently introduced linked datasets in our BigQuery prod instances, which are basically read-only datasets that serve as a symbolic link to a shared dataset. Thus, right now, the tables in our shared datasets aren't displaying their downstream Looker dashboards properly.
We were thinking of introducing an optional config called, say
bigquery_project_map
, which will just have project mappings between the symbolic link and the shared datasets. As an example:
bigquery_project_map:
looker-1: prd-1
looker-2: prd-2
looker-3: prd-3
Is this something that you would be open to us adding? cc:
@plain-farmer-27314