You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-mintlify/docs/integrations/dbt.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Expand the **dbt project (optional)** section.
64
64
|**Repository URL**| The HTTPS clone URL of the repo that contains your dbt project, e.g. `https://github.com/your-org/your-repo.git`. |
65
65
|**Access token (PAT)**| A personal access token with read access to the repository. Leave it unchanged to reuse the existing token. |
66
66
|**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. |
68
68
69
69
</Step>
70
70
@@ -286,14 +286,14 @@ filters. Adjust the selector/marts folder and try again. Confirm the selector wi
286
286
287
287
dbt Pull generates cube definitions that point at `schema.<model>`, but it doesn't
288
288
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.
290
290
291
291
</Accordion>
292
292
293
293
<Accordiontitle="A generated cube points at the wrong table or schema">
294
294
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,
297
297
and that any per-model schema/database overrides in dbt are what you expect.
0 commit comments