Trigger Project Refresh
POST/v1/dbt/projects/:project_id/refresh
Immediately trigger a project run.
Body fields (all optional):
commanddbt subcommand (default "run")select/excludefullRefreshforce --full-refreshvarsraw dbt --vars dictlookbackDaysshortcut: injectsstart_date = now - N days
With no body the endpoint behaves as before — a full, un-filtered run using every model's own materialization.
Request
Responses
- 201
- 404
- 422
Successful Response
Not found
Validation Error