> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Looker assets

> Paradime Looker Assets: Integrate and manage Looker data assets within dbt™ projects. Enhance data insights and visualization.

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

<Warning>
  To view Looker assets in the Paradime catalog, you must connect the Looker integration first to pull Explores, Looks and Dashboards
</Warning>

<Card title="Looker" href="/integrations/looker" horizontal icon="arrow-right" />

## Explores

In the Paradime catalog you can find Looker Explores with metadata directly from your Looker connected repository and API.

**What can you find in a Looker Explore data product?**

<Tabs>
  <Tab title="Info">
    * The Looker Model containing this Looker Explore
    * Tags
  </Tab>

  <Tab title="Overview">
    * Description available from Looker
  </Tab>

  <Tab title="Fields">
    * View name
    * Field name
    * Field description
    * Column Type (Dimension/Measure)
    * Data Type
    * SQL block of your dimension/measure
  </Tab>

  <Tab title="Dependencies">
    * The dbt™️ sources upstream of your Looker Explore
    * The Lineage preview with immediate parents/children of your Looker Explore
  </Tab>
</Tabs>

<Arcade src="https://demo.arcade.software/5Lp3knfjZiDLEeNF31wQ?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Looker assets" />

## Looks

In the Paradime catalog you can find Looker Explores with metadata directly from Looker API.

**What can you find in a Looker Looks data product?**

<Tabs>
  <Tab title="Info">
    * Datetime when the Looks was last viewed
    * Datetime when the Looks was last updated
    * Folder where Looks is saved in Looker
    * Explore name used to create this Look
    * Favorite count
    * View count
    * True/False if Look contains table calculations
  </Tab>

  <Tab title="Overview">
    * Description available from Looker
  </Tab>

  <Tab title="Fields">
    * View name
    * Field name
    * Description
    * Looker Type
    * Data Type
  </Tab>

  <Tab title="Dependencies">
    * The dbt™️ sources upstream of your Looker Look
    * The Lineage preview with immediate parents/children of your Looker Look
  </Tab>
</Tabs>

<Arcade src="https://demo.arcade.software/OqMqu5Xod8Sq3Cg9bUJA?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Looker assets" />

## Dashboards

In the Paradime catalog you can find Looker Explores with metadata directly from your Looker connected repository and API.

**What can you find in a Looker Dashboard data product?**

<Tabs>
  <Tab title="Info">
    * Datetime when Dashboard was last viewed
    * Datetime when Dashboard was last updated
    * Folder where Dashboard is saved in Looker
    * Favorite count
    * View count
    * Looker user who created the dashboard
    * Looker user who last updated the dashboard
  </Tab>

  <Tab title="Overview">
    * Description available from Looker
  </Tab>

  <Tab title="Dependencies">
    * The dbt™️ sources upstream of your Looker Dashboard
    * The Lineage preview with immediate parents/children of your Looker Dashboard
  </Tab>
</Tabs>

<Arcade src="https://demo.arcade.software/VvyXZUWVCGc1jP7PGoWl?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Looker assets" />


## Related topics

- [Looker](/products/bolt/ci-cd/lineage-diff-deprecated/looker.md)
- [Data Assets](/products/data-catalog/data-assets/index.md)
- [Translation of Key Terms](/guides/migrations/dbt-cloud-tm-importer/translation-of-key-terms.md)
