Skip to main content
POST
/
api
/
v1
/
lineage
/
bi
/
dbt
Create a DBT BI integration
curl --request POST \
  --url https://app.datafold.com/api/v1/lineage/bi/dbt/ \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ci_config_id": 123,
  "indexing_cron": "<string>",
  "name": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use the 'Authorization' header with the format 'Key '

Body

application/json
ci_config_id
integer
required
indexing_cron
string | null
name
string | null

Response

Successful Response