Skip to content

Instantly share code, notes, and snippets.

@cborodescu
Created October 6, 2022 11:35
Show Gist options
  • Save cborodescu/0462b29ad769159fadcb4dabc0f0f8a0 to your computer and use it in GitHub Desktop.
Save cborodescu/0462b29ad769159fadcb4dabc0f0f8a0 to your computer and use it in GitHub Desktop.
[
{
"name": "Related Products",
"type": "related_products",
"compatibleSources": ["bigquery"],
"dataRequirements" : {
"minUsers": 10000,
"minDays": 90
},
"frequency" : “weekly”
},
{
"name": "Affinities",
"type": "affinities",
"compatibleSources": ["bigquery"],
"dataRequirements" : {
"minUsers": 50000,
"minDays": 30
},
"frequency" : “daily”
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment