Creates a trigger for a new dbt model sync for a Source.
The rate limit for this endpoint is 10 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See Rate Limiting for more information.
OK
Resource not found
Validation failure
Too many requests
{- "sourceId": "source-id"
}
{- "data": {
- "dbtModelSyncTrigger": {
- "id": "dbt_model_sync_1",
- "sourceId": "source_id_1",
- "status": "created"
}
}
}