[CT-884] Make unique ids of document records consistent
Open
engine:v1
type:docs
type:tech-debt
- Dominant language
- Rust
- Stars
- 13.8k
- Forks
- 2.6k
- Avg merge
- 21h 31m
- Merged PRs (30d)
- 56
Description
Nodes and other records in the manifest have a generally consistent pattern of unique ids except for docs. Models and other nodes follow the pattern "node_type.project_name.name", but instead of "doc.my_project.my_document" the unique ids for documents follow the pattern "my_project.my_document".
This should be made consistent.
Contributor guide
Assessment
This issue has not been assessed yet.