Skip to content

Instantly share code, notes, and snippets.

@jaceksan
Created December 14, 2023 13:58
Show Gist options
  • Save jaceksan/629d7f329456c127098c002e178e5d6f to your computer and use it in GitHub Desktop.
Save jaceksan/629d7f329456c127098c002e178e5d6f to your computer and use it in GitHub Desktop.
GoodData-dbt config YAML - data_products
data_products:
- id: sales
name: "Sales"
environment_setup_id: default
model_ids:
- salesforce
localization:
from_language: en
to:
- locale: fr-FR
language: fr
- locale: zh-Hans
language: "chinese (simplified)"
- id: marketing
name: "Marketing"
environment_setup_id: default
model_ids:
- hubspot
# If execution of an insight fails, and you need some time to fix it
skip_tests:
- "<insight_id>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment