Newer Version Available

This content describes an older version of this product. View Latest

Data Cloud Segment Dbt Input

Segment dbt input.
Root XML tag
<dbt>
JSON example
1{
2"models": [
3   {
4   "name": "m1", 
5   "sql": "select ssot__Individual__dlm.ssot__Id__c from ssot__Individual__dlm where ssot__Individual__dlm.ssot__FirstName__c='john'"
6   }
7   ]
8}
Properties
Name Type Description Required or Optional Available Version
models Data Cloud Segment Dbt Model Input[] List of models. The segment data build tool currently supports a single SQL model. Required 55.0