Replies: 2 comments 3 replies
-
Hey @rognerud 👋🏻 Unfortunately, this is a limitation in For the rest of us, there may be a possible approach using the artifact plugin hook, but this would be out-of-band documentation and would require tweaks to dbt-osmosis. There may also be some experimentation possible where we totally ignore typing and see if we can get dbt-core to serialize extra fields if we provide them, but this is a bit less likely to work IMHO. Having all that been said, Footnotes |
Beta Was this translation helpful? Give feedback.
-
I have tinkered with the artifact plugin hook a little. It seems to work in that it adds metadata to the "loom" models, by updating them using the get_manifest_artifacts() hook I tried using dbt-osmosis on top of this, and even with the depends-on and the models being there it wouldnt work. |
Beta Was this translation helpful? Give feedback.
-
Hello I am just curious.
Is it possible to make dbt-loom work with dbt-osmosis?
Ie inserting the nodes with all of the documentation so that the documentation can be inherited?
Is is something that has not been developed or is there a more fundamental problem making it impossible?
Beta Was this translation helpful? Give feedback.
All reactions