-
Notifications
You must be signed in to change notification settings - Fork 4
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
Docs improvements #115
Docs improvements #115
Conversation
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.
small comments and follow ups! looks awesome, thanks for spending the time on this!
…nto docs_improvements
Co-authored-by: dave-connors-3 <[email protected]>
# optionally use the add-version operation to add a new version to a model | ||
dbt-meshify operation add-version -s fct_orders | ||
``` | ||
## What dbt-meshify does not handle |
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.
@dave-connors-3 @nicholasyager would love to get your thoughts on if anything else should be called out here!
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.
🤔 Some low risk thoughts
split
doesn't copy over all project files, so there may be documentation that's not copied over (like markdown files).- Now that I'm thinking about it, does split copy over files with docblocks?
group
andcreate-group
will update existing groups already defined in yml.
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.
What would be the manual checks for these?
- look through markdown files and see if there's any documentation you want to manually bring over (opened a new issue to check about doc blocks Check if split command copies over files with doc blocks #158)
- ??
Note to self: should update the size of some of these images (some are giant) |
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.
@graciegoheen This documentation is WAAAAAY better than what currently exists. I've added a couple of recommendations and followed up on threads. Otherwise, no issues as far as I can see!
# optionally use the add-version operation to add a new version to a model | ||
dbt-meshify operation add-version -s fct_orders | ||
``` | ||
## What dbt-meshify does not handle |
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.
🤔 Some low risk thoughts
split
doesn't copy over all project files, so there may be documentation that's not copied over (like markdown files).- Now that I'm thinking about it, does split copy over files with docblocks?
group
andcreate-group
will update existing groups already defined in yml.
Co-authored-by: Nicholas A. Yager <[email protected]>
Co-authored-by: dave-connors-3 <[email protected]>
Co-authored-by: Nicholas A. Yager <[email protected]>
Ran into a few bugs while I was creating these docs. Will need to update the docs one the bugs are resolved.