Add dbt metadata for a connection
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
connectionId
Request
The request body.
artifacts
Compressed (tar.gz) file containing the artifacts of a dbt run.
Response
The response body.

