DBT Documentation site - ability to set prefix / path? #9154
Unanswered
TheBrosky1899
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my company, I have
n
number of product teams that will implement multiple dbt jobs.Each product team will have an individual repository for access management / data segregation issues.
My ideal documentation scenario is:
{{host s3 bucket}}.com/{{product team name}}/dbt
to where I have a single bucket / website for all documentation purposes and allow all product teams to contribute and host other application specific documentation in it.
Ideally, I would not like a product specific bucket that only hosts the dbt documentation at the root.
Right now, I cannot specify a specific pathing for the docs, even if I drop the files in the bucket at my preferred path / folder structure. The documentation that dbt auto generates is only accessible if it's at the root of my bucket. I have configured and built all of the CI/CD pipelines for this use case.
Does anyone have ideas for how to make this work? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions