-
Notifications
You must be signed in to change notification settings - Fork 3
Add dbtdoc-bucket-path annotation #244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dbtdoc-bucket-path annotation #244
Conversation
Wow that a timing, maybe it will fix this issue recently open :) #243 I will review you PR |
@IIBenII Great timing :) Thank you |
Stars are aligned to have issue and PR at 30mn interval |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for you work, just few changes
30a9ac2
to
cf30e16
Compare
@IIBenII All done. Thanks for the quick review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for your work I will create the new version
Why
We want to use this plugin but the path to the DBT docs in our GCS bucket does not conform to the expected path. I have a feeling that other people will encounter this limitation, especially since the expected path uses
kind
which is a specific Backstage term.What
Adding an optional
dbtdoc-path
annotation that can be used in an entity'scatalog-info
file as part of the multi setup. This path will override the{kind}/{name}
portion of the path.