Add-on Dashboards and Explores
What are add-on dashboards and explores?
These are Base Daasity explores and dashboards that are disabled by default, either because they require a specific integration in your account to provide any value or because they are in a beta stage.
How do you enable add-on dashboards and explores?
To activate any of the add-ons listed on this page (see further down the page for lists of available add-ons), you need to add or uncomment the corresponding include
statement in your /base_config/addons.lkml file. Once you do, any related explores will show up under your Base Daasity explore menu, and any related dashboards will show up toward the bottom of the list of LookML dashboards in your LookML Dashboards folder.
For example, to enable the Algolia explore & dashboard, you would uncomment the following line in your /base_config/addons.lkml file:
Integration-specific add-ons
Algolia
include: "//base_daasity/**/integration/algolia/*"
Amazon Seller Central
include: "//base_daasity/**/integration/amazon/*"
Amazon Vendor Central
include: "//base_daasity/**/integration/retail_amazon_vendor_central/*"
Circana
include: "//base_daasity/**/integration/retail_market_circana/*"
Costco Circana
include: "//base_daasity/**/integration/retail_costco_circana/*"
Fairing
include: "//base_daasity/**/integration/fairing/*"
Gorgias
include: "//base_daasity/**/integration/gorgias/*"
KeHE
include: "//base_daasity/**/integration/retail_kehe/*"
KnoCommerce
include: "//base_daasity/**/integration/knocommerce/*"
Loop Returns
include: "//base_daasity/**/integration/loop/*"
Nielsen
include: "//base_daasity/**/integration/retail_market_nielsen/*"
Okendo Reviews
include: "//base_daasity/**/integration/okendo/*"
Sephora EDI
include: "//base_daasity/**/integration/retail_sephora_edi/*"
Sephora Portal
include: "//base_daasity/**/integration/retail_sephora/*"
Shipbob
include: "//base_daasity/**/integration/shipbob/*"
Shipstation
include: "//base_daasity/**/integration/shipstation/*"
Shopify B2B Draft Orders
include: "//base_daasity/extras/shopify/b2b/*"
SPINS
include: "//base_daasity/**/integration/retail_market_circana/*"
SPS
include: "//base_daasity/**/integration/retail_sps/*"
Target
include: "//base_daasity/**/integration/retail_target/*"
ULTA EDI
include: "//base_daasity/**/integration/retail_ulta_edi/*"
ULTA portal
include: "//base_daasity/**/integration/retail_ulta/*"
Whole Foods
include: "//base_daasity/**/integration/retail_whole_foods/*"
Yotpo
include: "//base_daasity/**/integration/yotpo/*"
Zendesk
include: "//base_daasity/**/integration/zendesk/*"
Last updated