Skip to content

Commit 6d88368

Browse files
Document properties used by the package (#14)
* Document properties used by the package * Update README.md --------- Co-authored-by: Igor Lukanin <[email protected]>
1 parent bc954f5 commit 6d88368

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,30 @@ Run tests:
3535

3636
```sh
3737
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:
44+
45+
```
46+
- nodes
47+
- name
48+
- path
49+
- description
50+
- config
51+
- materialized
52+
- tags
53+
- resource_type
54+
- database
55+
- schema
56+
- alias
57+
- relation_name
58+
- columns
59+
- name
60+
- description
61+
- data_type
62+
- meta
63+
- tags
64+
```

0 commit comments

Comments
 (0)