2023-09-26 22:20:53 +05:30
---
title: Overview
---
2025-04-16 16:55:51 -07:00
2023-09-26 22:20:53 +05:30
# Looker & LookML Ingestion Guide: Overview
## What You Will Get Out of This Guide
This guide will help you set up the Looker & LookML connectors to begin ingesting metadata into DataHub.
2025-04-16 16:55:51 -07:00
Upon completing this guide, you will have a recurring ingestion pipeline to extract metadata from Looker & LookML and load it into DataHub.
2023-09-26 22:20:53 +05:30
### Looker
Looker connector will ingest Looker asset types:
2025-04-16 16:55:51 -07:00
- [Dashboards ](https://cloud.google.com/looker/docs/dashboards )
- [Charts ](https://cloud.google.com/looker/docs/creating-visualizations )
- [Explores ](https://cloud.google.com/looker/docs/reference/param-explore-explore )
- [Schemas ](https://developers.looker.com/api/explorer/4.0/methods/Metadata/connection_schemas )
- [Owners of Dashboards ](https://cloud.google.com/looker/docs/creating-user-defined-dashboards )
2023-09-26 22:20:53 +05:30
:::note
2025-04-28 23:34:33 +09:00
To get complete Looker metadata integration (including Looker views and lineage to the underlying warehouse tables), you must also use the [lookml ](https://docs.datahub.com/docs/generated/ingestion/sources/looker#module-lookml ) connector.
2023-09-26 22:20:53 +05:30
:::
2025-04-16 16:55:51 -07:00
### LookML
2023-09-26 22:20:53 +05:30
LookMl connector will include the following LookML asset types:
2025-04-16 16:55:51 -07:00
- [LookML views from model files in a project ](https://cloud.google.com/looker/docs/reference/param-view-view )
- [Metadata for dimensions ](https://cloud.google.com/looker/docs/reference/param-field-dimension )
- [Metadata for measures ](https://cloud.google.com/looker/docs/reference/param-measure-types )
- [Dimension Groups as tag ](https://cloud.google.com/looker/docs/reference/param-field-dimension-group )
2023-09-26 22:20:53 +05:30
:::note
2025-04-28 23:34:33 +09:00
To get complete Looker metadata integration (including Looker views and lineage to the underlying warehouse tables), you must also use the [looker ](https://docs.datahub.com/docs/generated/ingestion/sources/looker#module-looker ) connector.
2023-09-26 22:20:53 +05:30
:::
## Next Steps
2025-04-16 16:55:51 -07:00
2023-09-26 22:20:53 +05:30
Please continue to the [setup guide ](setup.md ), where we'll describe the prerequisites.
### Reference
If you want to ingest metadata from Looker using the DataHub CLI, check out the following resources:
2024-04-30 12:54:54 +09:00
2025-04-16 16:55:51 -07:00
- Learn about CLI Ingestion in the [Introduction to Metadata Ingestion ](../../../metadata-ingestion/README.md )
2025-04-28 23:34:33 +09:00
- [Looker Ingestion Source ](https://docs.datahub.com/docs/generated/ingestion/sources/Looker )