diff --git a/content/v1.2.x/connectors/dashboard/looker/index.md b/content/v1.2.x/connectors/dashboard/looker/index.md index 3d0bdbc6d..4ec7bfbbc 100644 --- a/content/v1.2.x/connectors/dashboard/looker/index.md +++ b/content/v1.2.x/connectors/dashboard/looker/index.md @@ -45,6 +45,9 @@ with read only access to the repository. You can follow these steps from the Git The GitHub credentials are completely optional. Just note that without them, we won't be able to ingest metadata out of LookML Views, including their lineage to the source databases. +Moreover, Looker lineage only supports LookML views configured with `sql_table_name` and `derived_table` in plain SQL. +We do not yet support liquid variables. + {% /note %} ## Metadata Ingestion diff --git a/content/v1.2.x/connectors/dashboard/looker/yaml.md b/content/v1.2.x/connectors/dashboard/looker/yaml.md index 0eb93bad9..3ba545ebc 100644 --- a/content/v1.2.x/connectors/dashboard/looker/yaml.md +++ b/content/v1.2.x/connectors/dashboard/looker/yaml.md @@ -50,6 +50,9 @@ with read only access to the repository. You can follow these steps from the Git The GitHub credentials are completely optional. Just note that without them, we won't be able to ingest metadata out of LookML Views, including their lineage to the source databases. +Moreover, Looker lineage only supports LookML views configured with `sql_table_name` and `derived_table` in plain SQL. +We do not yet support liquid variables. + {% /note %} ### Python Requirements diff --git a/content/v1.3.x-SNAPSHOT/connectors/dashboard/looker/index.md b/content/v1.3.x-SNAPSHOT/connectors/dashboard/looker/index.md index 5f1be0540..1c68de2d2 100644 --- a/content/v1.3.x-SNAPSHOT/connectors/dashboard/looker/index.md +++ b/content/v1.3.x-SNAPSHOT/connectors/dashboard/looker/index.md @@ -45,6 +45,9 @@ with read only access to the repository. You can follow these steps from the Git The GitHub credentials are completely optional. Just note that without them, we won't be able to ingest metadata out of LookML Views, including their lineage to the source databases. +Moreover, Looker lineage only supports LookML views configured with `sql_table_name` and `derived_table` in plain SQL. +We do not yet support liquid variables. + {% /note %} ## Metadata Ingestion diff --git a/content/v1.3.x-SNAPSHOT/connectors/dashboard/looker/yaml.md b/content/v1.3.x-SNAPSHOT/connectors/dashboard/looker/yaml.md index 310246955..9deaee1f1 100644 --- a/content/v1.3.x-SNAPSHOT/connectors/dashboard/looker/yaml.md +++ b/content/v1.3.x-SNAPSHOT/connectors/dashboard/looker/yaml.md @@ -50,6 +50,9 @@ with read only access to the repository. You can follow these steps from the Git The GitHub credentials are completely optional. Just note that without them, we won't be able to ingest metadata out of LookML Views, including their lineage to the source databases. +Moreover, Looker lineage only supports LookML views configured with `sql_table_name` and `derived_table` in plain SQL. +We do not yet support liquid variables. + {% /note %} ### Python Requirements