You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We are running a looked ingestion, using datahub 14.1. Our database is bigquery. we have a problem on resolving lineage for lookml view.
the view is defiend has below:
# The name of this view in Looker is "Dm Sales Flash"
view: dm__sales_flash {
# The sql_table_name parameter indicates the underlying database table
# to be used for all fields in this view.
sql_table_name: @{ric_dp_finance_sa_schema}.bqdts_controlling_copa_dm.dm__sales_flash ;;
as you can see the sql_table_name statemetn contains a variable @{ric_dp_finance_sa_schema}.
we are trying to map the variable in the lookML ingestion with setting:
Describe the bug
We are running a looked ingestion, using datahub 14.1. Our database is bigquery. we have a problem on resolving lineage for lookml view.
the view is defiend has below:
as you can see the sql_table_name statemetn contains a variable @{ric_dp_finance_sa_schema}.
we are trying to map the variable in the lookML ingestion with setting:
Unfortunately that does not work, the lineage is not resolved.
In adition, i we try to assign manuallythe lineage, it will get removed the next timee the lookml ingestion runs.
The text was updated successfully, but these errors were encountered: