# dbt Project Dependencies

## How to manage your projects

Once your data source is created you will se a "Projects" tab in the data source settings where you can Add or remove additional projects.

<figure><img src="https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-a483a827a54e12ab21bf3526424b0098e0f41319%2FScreen%20Recording%202024-07-08%20at%203.13.28%E2%80%AFPM.gif?alt=media" alt=""><figcaption><p>dbt projects settings</p></figcaption></figure>

## Editing a data source with multiple projects

When configuring a datasource that has more than one project there will be a notification at the bottom of the form letting you know this is the case and pointing you to the projects settings.

<figure><img src="https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-82bbf1719cf75b1ad0b9c0e885a46e0b5ef0bd43%2Fimage.png?alt=media" alt=""><figcaption><p>configure datasource with multiple projects</p></figcaption></figure>

## How the project's data is processed

1. Once your datasource is ingested all projects will be processed, de-duplicating the objects found
2. The lineage view will now show lineage across dbt objects across all projects that have been added in the same data source


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.selectstar.com/integrations/dbt/dbt-project-dependencies.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
