-
Dear all, we are using datavault4dbt macros in dbt on Snowflake. We are using multiple source hubs, being fed from different stages. We face a problem when running dbt docs when the person running this is not having ALL the stages in her/his Snowflake schema. Do you have an idea / solution to fix this? Output:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @shdwh and thanks for reaching out! This looks like a general dbt issue, might be similar to this issue: dbt-labs/dbt-core#3741 To solve, first do a compile against a target where all objects are available, then do a Let me know if this helps! Best regards |
Beta Was this translation helpful? Give feedback.
-
Hi @tkirschke, |
Beta Was this translation helpful? Give feedback.
Hi @shdwh and thanks for reaching out!
This looks like a general dbt issue, might be similar to this issue: dbt-labs/dbt-core#3741
To solve, first do a compile against a target where all objects are available, then do a
dbt docs generate --no-compile
Let me know if this helps!
Best regards
Tim