Skip to content

Commit 57efd2f

Browse files
authored
docs: update dbt pull param name and description (cube-js#11096)
1 parent 28c6938 commit 57efd2f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • docs-mintlify/docs/integrations

docs-mintlify/docs/integrations/dbt.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Expand the **dbt project (optional)** section.
6464
| **Repository URL** | The HTTPS clone URL of the repo that contains your dbt project, e.g. `https://github.com/your-org/your-repo.git`. |
6565
| **Access token (PAT)** | A personal access token with read access to the repository. Leave it unchanged to reuse the existing token. |
6666
| **Project path** | The path to the dbt project inside the repository (the folder containing `dbt_project.yml`). Use `.` if the project is at the repository root. |
67-
| **dbt target schema** | The schema your production dbt run builds models into (the `schema` of your production target in `profiles.yml`). Generated cubes will reference the tables in this schema. |
67+
| **dbt models schema** | The schema or dataset where your production dbt run builds its tables. Generated cubes will query the models in this schema. |
6868

6969
</Step>
7070

@@ -286,14 +286,14 @@ filters. Adjust the selector/marts folder and try again. Confirm the selector wi
286286

287287
dbt Pull generates cube definitions that point at `schema.<model>`, but it doesn't
288288
build the tables. Make sure your production `dbt run` has materialized the models
289-
into the **dbt target schema** you configured, and that the schema matches.
289+
into the **dbt models schema** you configured, and that the schema matches.
290290

291291
</Accordion>
292292

293293
<Accordion title="A generated cube points at the wrong table or schema">
294294

295-
The `sql_table` is derived from your dbt project and the **dbt target schema**
296-
setting. Verify that **dbt target schema** matches where your models actually land,
295+
The `sql_table` is derived from your dbt project and the **dbt models schema**
296+
setting. Verify that **dbt models schema** matches where your models actually land,
297297
and that any per-model schema/database overrides in dbt are what you expect.
298298

299299
</Accordion>

0 commit comments

Comments
 (0)