Skip to content

Commit

Permalink
Merge pull request #3 from looker-open-source/thjennifer-patch-1
Browse files Browse the repository at this point in the history
Create marketplace.json
  • Loading branch information
pthoutam-googler authored Apr 2, 2024
2 parents 4c7fa74 + 35ae442 commit 1356af7
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions marketplace.json
Original file line number Diff line number Diff line change
@@ -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"
}
]

}

0 comments on commit 1356af7

Please sign in to comment.