Add dbt metadata for a connection

View as MarkdownOpen in Claude
Add dbt run artifacts for a given connection. For more details, see [Configure dbt Core integration](/docs/manage-dbt-integration#configure-dbt-core-integration-beta). ### Usage notes - Retrieve the **connectionId** by calling the [/v2/connections](https://help.sigmacomputing.com/reference/list-connections) endpoint. - Create a tar.gz file containing the target directory of your dbt project that contains run artifacts. - Provide the file in the request with the field name 'artifacts'.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

connectionIdstringRequired

Request

The request body.
artifactsfileRequired

Compressed (tar.gz) file containing the artifacts of a dbt run.

Response

The response body.