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: README.md
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,4 +35,30 @@ Run tests:
35
35
36
36
```sh
37
37
pdm run test
38
-
```
38
+
```
39
+
40
+
## Preprocessing the `manifest.json` file
41
+
42
+
In case of a massive manifest file, it can be preprocessed for optimal performance. The `cube_dbt` package only reads the `nodes` dictionary where `resource_type` is `model`.
43
+
Here's a list of all keys used by the `cube_dbt` package:
0 commit comments