-
|
Hello, I tested Vanna to achieve a data modelling solution based on Data Vault 2.0 modelling. It worked well out of the box. What would be the best solution to enhance data modelling with Vanna? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Great question! For enhancing data modelling with Vanna, especially with Data Vault 2.0, here are some approaches that work well:
vn.add_documentation("HUB tables contain business keys and hash keys")
vn.add_documentation("SAT tables store historical attribute changes")
vn.add_documentation("LNK tables represent relationships between hubs")If you find the setup overhead too much for simpler use cases, tools like ai2sql.io offer a more streamlined approach where you can generate SQL without extensive training - though for complex Data Vault scenarios, a customized solution like yours with Vanna gives more control. |
Beta Was this translation helpful? Give feedback.
Great question! For enhancing data modelling with Vanna, especially with Data Vault 2.0, here are some approaches that work well: