From 35ae442f5b5d5cabcef6ef50d5f93216952a2321 Mon Sep 17 00:00:00 2001 From: thjennifer Date: Tue, 2 Apr 2024 09:34:49 -0700 Subject: [PATCH] Create marketplace.json --- marketplace.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 marketplace.json diff --git a/marketplace.json b/marketplace.json new file mode 100644 index 0000000..401392c --- /dev/null +++ b/marketplace.json @@ -0,0 +1,28 @@ +{ + "label": "Google Cloud Cortex Framework for Salesforce Marketing Cloud (SFMC)", + "category_label": "Models", + "branding": { + "image_uri": "https://marketplace-api.looker.com/block-icons/cortex_icon.png", + "tagline": "Common dashboarding templates for data replicated from SFMC into BigQuery leveraging Google Cloud Cortex Framework content." + }, + + "constants": { + "CONNECTION_NAME": { + "label": "Connection Name", + "value_constraint": "connection" + }, + "GCP_PROJECT_ID": { + "label": "GCP Project Name" + }, + "REPORTING_DATASET": { + "label": "Reporting Dataset Name" + } + }, + "models": [ + { + "name": "cortex-sfmc", + "connection_constant": "CONNECTION_NAME" + } + ] + +}