client.scripts.put_dbt_projects
A method of the Scripts endpoint.
- put_dbt_projects(id: int, project_id: int) Response
Add a dbt Script to a project
API URL:
PUT /scripts/dbt/{id}/projects/{project_id}import civis client = civis.APIClient() response = client.scripts.put_dbt_projects(...)
- Parameters:
- idint
The ID of the dbt Script.
- project_idint
The ID of the project.
- Returns:
- None
Response code 204: success