Untuk mengakses dan menggunakan dasbor bawaan ini, Anda harus melakukan hal berikut terlebih dahulu:
Men-deploy Cortex Framework: Pastikan Anda telah menyiapkan dan mengonfigurasi Cortex Framework dengan sumber data Anda. Untuk mengetahui informasi selengkapnya, lihat
Prasyarat Framework Cortex untuk deployment.
Mengakses Looker: Mengakses Looker dan memahami
platform.
Menjelajahi dasbor yang tersedia: Jelajahi dasbor bawaan dan insight yang tersedia di dasbor yang ingin Anda deploy. Untuk informasi
selengkapnya, lihat Blok Looker yang Tersedia.
Setelah menyelesaikan prasyarat, Anda siap menginstal
Looker Block.
Penginstalan
Looker Blocks menggunakan LookML
(Looker Modeling Language) untuk menentukan model semantik untuk
dasbor Looker. Untuk menginstal Model LookML yang sesuai dengan sumber data Cortex, gunakan salah satu opsi berikut:
Opsi A: Menginstal melalui Looker Marketplace dari URL Git.
Opsi B: Menginstal dengan melakukan fork repositori.
Bagian berikut menjelaskan langkah-langkah untuk setiap opsi.
Opsi A: Menginstal melalui Looker Marketplace dari URL Git
Looker Marketplace adalah lokasi
utama dalam Looker untuk menemukan, men-deploy, dan mengelola
Blok, aplikasi, visualisasi, dan plugin Looker. Untuk
menginstal melalui Looker Marketplace dari URL Git, ikuti langkah-langkah berikut:
Buka instance Looker Anda.
Klik tombol Marketplace di panel menu Looker storefront.
Dari menu Marketplace, pilih opsi Kelola.
Di halaman Kelola, pilih menu Opsi tiga titik more_vert.
Pilih tombol Instal melalui URL Git.
Masukkan URL dan SHA commit repositori yang dipilih:
Dari kiri atas halaman LookML Projects, pilih
Configure New Model untuk membuka halaman Configure a Model.
Di halaman Konfigurasi Model, tentukan opsi untuk model Anda:
Model: Beri nama model Anda dengan nama file model.lkml yang sama di repositori. Misalnya, beri nama
model cortex-<datasource>.
Project: Beri nama project Anda. Beri nama yang sama dengan
model atau tentukan nama yang berbeda.
Koneksi yang Diizinkan: Tentukan koneksi database mana yang dapat
digunakan oleh model, atau tentukan bahwa model diizinkan untuk menggunakan
koneksi saat ini atau mendatang.
Klik Simpan untuk menyimpan project sebagai Project Tertunda.
Dari halaman Project LookML, cari project baru di bagian
Project Tertunda.
Klik Tambahkan LookML untuk membuka halaman Project Baru.
Di halaman Project Baru, tentukan opsi untuk project Anda:
Project Name: Sudah diisi dengan nilai yang ditentukan pada langkah
sebelumnya.
Starting Point: Pilih Blank Project.
Pilih Buat Project. Looker akan membuat project
dan membukanya di Looker IDE.
Untuk informasi selengkapnya, lihat dokumentasi Looker asli
untuk Membuat model LookML.
Hubungkan project LookML baru ke repositori yang di-fork: Ikuti
langkah-langkah dalam dokumentasi Looker,
Menyiapkan dan menguji koneksi Git.
Perbarui nilai konstanta dalam file manifest.lkml:
Buka file manifest.lkml di repositori yang Anda fork di Looker.
Temukan bagian konstanta dan perbarui nilai seperti yang dijelaskan di bagian
Parameter yang diperlukan.
Commit dan deploy perubahan ke produksi. Dengan
project Looker berdasarkan repositori yang di-fork, Anda dapat menyesuaikan
LookML agar sesuai dengan kebutuhan bisnis unik Anda. Ikuti langkah-langkah di
Mendapatkan perubahan Anda ke produksi.
Parameter yang diperlukan
Nilai yang diperlukan ini dikonfigurasi selama proses Penginstalan Marketplace atau jika Blok ini diinstal dari repositori Git yang di-fork, Anda perlu memperbarui nilai untuk konstanta ini dalam file manifest.lkml untuk project.
Parameter
Nilai
Deskripsi
Looker Blocks
Connection Name
Nama koneksi
Nama koneksi BigQuery
yang memungkinkan Looker membuat kueri set data LAPORAN Cortex.
harus diaktifkan.
Semua
Project ID
ID Project
Google Cloud Project tempat set data pelaporan berada di BigQuery. Untuk mengetahui informasi selengkapnya,
lihat Mengidentifikasi project.
Semua
Reporting Dataset
Nama set data untuk pelaporan
Set data LAPORAN
Cortex Data Foundation yang di-deploy tempat tampilan set data sumber data berada dalam
project Google Cloud BigQuery. Bergantung pada setelan deployment untuk Cortex Data Foundation, nama set data ini biasanya akan memiliki pola yang diakhiri dengan _REPORTING.
Semua
Client
Nomor Klien SAP (mandt)
Nomor Klien SAP (mandt)
yang akan digunakan untuk Pelaporan.
SAP
Sign Change
Yes atau No
Untuk pelaporan Laba Rugi/Laporan Laba Rugi, pendapatan umumnya ditampilkan di buku besar umum sebagai angka negatif, yang menunjukkan kredit. Dengan menetapkan nilai Perubahan Tanda ke Yes,
nilai tersebut akan ditampilkan sebagai angka positif dalam laporan laporan laba rugi.
SAP
Persyaratan tambahan khusus blok
Beberapa blok memiliki persyaratan khusus untuk deployment-nya. Untuk informasi selengkapnya,
lihat deployment khusus blok:
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-09-04 UTC."],[[["\u003cp\u003eThis guide outlines how to install prebuilt Looker blocks for Cortex Framework from public GitHub repositories, such as those for SAP, Salesforce, Oracle EBS, Meta, and YouTube.\u003c/p\u003e\n"],["\u003cp\u003eBefore installing Looker Blocks, ensure Cortex Framework is deployed, you have access to Looker, and you have explored the available dashboards.\u003c/p\u003e\n"],["\u003cp\u003eInstallation can be performed either through the Looker Marketplace using a Git URL or by forking the desired repository and connecting it to a new LookML project.\u003c/p\u003e\n"],["\u003cp\u003eThe installation process requires specifying parameters like the Connection Name, Project ID, and Reporting Dataset, which can be configured during Marketplace installation or within the \u003ccode\u003emanifest.lkml\u003c/code\u003e file when forking.\u003c/p\u003e\n"],["\u003cp\u003eSome blocks, such as SAP and Oracle EBS, have specific deployment requirements detailed in their respective documentation pages.\u003c/p\u003e\n"]]],[],null,["# Deploy Looker Blocks\n====================\n\nThis page describes the steps for installing a prebuilt Looker\nblock for Cortex Framework located in a public GitHub repository, such as:\n\n- [SAP for Cortex](https://github.com/looker-open-source/block-cortex-sap)\n- [Salesforce Sales Cloud (SFDC) for Cortex](https://github.com/looker-open-source/block-cortex-salesforce)\n- [Oracle EBS for Cortex](https://github.com/looker-open-source/block-cortex-oracle-ebs)\n- [Salesforce Marketing Cloud (SFMC) for Cortex](https://github.com/looker-open-source/block-cortex-sfmc)\n- [Meta for Cortex](https://github.com/looker-open-source/block-cortex-meta)\n- [YouTube (with DV360) for Cortex](https://github.com/looker-open-source/block-cortex-youtube)\n- [Cross Media \\& Product Connected Insights for Cortex](https://github.com/looker-open-source/block-cortex-cross-media)\n\nFor deploying the Looker Dashboard for Dun \\& Bradstreet,\nsee [Looker Studio Dashboard for Dun \\& Bradstreet](/cortex/docs/looker-dashboard-dun-and-bradstreet).\n\nPrerequisites\n-------------\n\nTo access and use these pre built dashboards, you need to priorly do the\nfollowing:\n\n1. **Deploy Cortex Framework** : Ensure you have Cortex Framework set up and configured with your data sources. For more information, see [Cortex Framework prerequisites for deployment](/cortex/docs/deployment-prerequisites).\n2. **Access Looker:** Access Looker and get familiar with the platform.\n3. **Explore available dashboards** : Explore the prebuilt dashboards and the available insights in the dashboard you would like to deploy. For more information, see [Available Looker Blocks](/cortex/docs/looker-block-overview).\n\nAfter completing the prerequisites, you are ready to install your\nLooker Block.\n\nInstallation\n------------\n\nLooker Blocks use [LookML](/looker/docs/what-is-lookml)\n(Looker Modeling Language) to define the semantic model for\nthe Looker dashboards. To install the LookML Model that\ncorresponds to your Cortex data source, use one of the following options:\n\n- **Option A**: Install through Looker Marketplace from a Git URL.\n- **Option B**: Install by forking the repository.\n\nThe following sections describe the steps for each option.\n\n### Option A: Install through Looker Marketplace from a Git URL\n\nThe [Looker Marketplace](/looker/docs/marketplace) is a central\nlocation within Looker for finding, deploying, and managing\nLooker Blocks, applications, visualizations, and plug-ins. To\ninstall through Looker Marketplace from a Git URL, follow these steps:\n\n1. Go to your Looker instance.\n2. Click the **Marketplace** button on the Looker menu bar storefront.\n3. From the Marketplace menu, select the **Manage** option.\n4. On the **Manage** page, select the three-dot **Options** menu more_vert.\n5. Select **Install via Git URL** button.\n6. Enter the URL and commit SHA of the chosen repository:\n - [SAP for Cortex](https://github.com/looker-open-source/block-cortex-sap)\n - [Salesforce Sales Cloud (SFDC) for Cortex](https://github.com/looker-open-source/block-cortex-salesforce)\n - [Oracle EBS for Cortex](https://github.com/looker-open-source/block-cortex-oracle-ebs)\n - [Salesforce Marketing Cloud (SFMC) for Cortex](https://github.com/looker-open-source/block-cortex-sfmc)\n - [Meta for Cortex](https://github.com/looker-open-source/block-cortex-meta)\n - [YouTube (with DV360) for Cortex](https://github.com/looker-open-source/block-cortex-youtube)\n - [Cross Media \\& Product Connected Insights for Cortex](https://github.com/looker-open-source/block-cortex-cross-media)\n7. Click **Install**.\n8. Agree and Continue at the terms and conditions dialog.\n9. Enter the [required parameters](#required_parameters) that corresponds to your data:\n - Connection Name\n - Project ID\n - Reporting Dataset\n10. Click **Install**.\n\nFor more information, see the Looker documentation for\n[Installing a Tool from a Git URL.](/looker/docs/marketplace#installing_a_tool_from_a_git_url)\n\n### Option B: Install by forking the repository\n\nTo install Looker blocks by forking the repository, follow these steps:\n\n1. **Fork the GitHub repository**:\n\n 1. Navigate to the GitHub repository for the chosen Looker Block:\n - [SAP for Cortex](https://github.com/looker-open-source/block-cortex-sap)\n - [Salesforce Sales Cloud (SFDC) for Cortex](https://github.com/looker-open-source/block-cortex-salesforce)\n - [Oracle EBS for Cortex](https://github.com/looker-open-source/block-cortex-oracle-ebs)\n - [Salesforce Marketing Cloud (SFMC) for Cortex](https://github.com/looker-open-source/block-cortex-sfmc)\n - [Meta for Cortex](https://github.com/looker-open-source/block-cortex-meta)\n - [YouTube (with DV360) for Cortex](https://github.com/looker-open-source/block-cortex-youtube)\n - [Cross Media \\& Product Connected Insights for Cortex](https://github.com/looker-open-source/block-cortex-cross-media)\n 2. Click **Fork** in the top-right corner of the repository.\n 3. Create a fork with your username. This creates a copy of the repository in your GitHub account.\n2. **Create a blank LookML project**:\n\n | **Note:** For Looker versions prior to 24.20, see [Creating a Blank Project](/looker/docs/create-projects#creating_a_blank_project) from the [New Project Page](/looker/docs/create-projects)-\n 1. [Verify that you are in Development Mode](/looker/docs/dev-mode-prod-mode#switching_in_and_out_of_development_mode).\n 2. Select **Projects** from the **Develop** menu.\n 3. From the top left of the **LookML Projects** page, select\n **Configure New Model** to open the **Configure a Model** page.\n\n 4. On the **Configure a Model** page, specify the options for your model:\n\n 1. **Model** : Name your model with the same name of\n the `model.lkml` file in the repository. For example, name the\n model `cortex-\u003cdatasource\u003e`.\n\n | **Note:** Looker enforces unique model names. If a model with the intended name already exists, an error message will be displayed. Ensure model name uniqueness to avoid installation failures.\n 2. **Project**: Name your project. Either name it the same as the\n model or specify a different name.\n\n 3. **Allowed Connections:** Specify which database connections can\n be used by the model, or specify that the model is allowed to use\n any current or future connections.\n\n 5. Click **Save** to save the project as a **Pending Project**.\n\n 6. From the **LookML Projects** page, locate the new project under the\n **Pending Projects** section.\n\n 7. Click **Add LookML** to open the **New Project** page.\n\n 8. On the New Project page, specify the options for your project:\n\n 1. **Project Name**: Already populated with value specified in prior step.\n 2. **Starting Point** : Select **Blank Project**.\n 9. Select **Create Project** . Looker creates the project\n and opens it in the [Looker IDE](/looker/docs/looker-ide).\n\n For more information, see the original Looker documentation\n for [Generating a LookML model](/looker/docs/generating-a-model).\n3. **Connect the new LookML project to the forked repository** : Follow the\n steps in the Looker documentation,\n [Setting up and testing a Git connection](/looker/docs/setting-up-git-connection).\n\n4. **Update the values of constants in the `manifest.lkml` file**:\n\n 1. Open the `manifest.lkml` file in your forked repository in Looker.\n 2. Locate the constants section and update the values as described in the [Required parameters](#required_parameters) section.\n5. **Commit and deploy changes to production** . With the\n Looker project based on your forked repository, you can customize\n the LookML to fit your unique business needs. Follow the steps in\n [Getting your changes to production](/looker/docs/version-control-and-deploying-changes#getting_your_changes_to_production).\n\n### Required parameters\n\nThese required values are configured during the Marketplace Installation process\nor if this Block was installed from a forked Git repository, you need to\nupdate the values for these constants in the `manifest.lkml` file for the project.\n\n### Additional block-specific requirements\n\nSome blocks have specific requirements for its deployment. For more information,\nsee the block-specific deployment:\n\nExtra Resources\n---------------\n\nFor more information about LookML, see the following documentation and training:\n\n- [Looker Best Practices](/looker/docs/best-practices/home)\n- [Looker Google Cloud Training](https://www.cloudskillsboost.google/catalog?keywords=looker&locale=&skill-badge%5B%5D=any&format%5B%5D=any&language%5B%5D=any)"]]