-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 most recent dbt-docs changes #10307
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10307 +/- ##
==========================================
- Coverage 88.74% 88.71% -0.04%
==========================================
Files 180 180
Lines 22483 22483
==========================================
- Hits 19953 19946 -7
- Misses 2530 2537 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Sanity checking - these changes are covered by the 🎩 done in dbt-labs/dbt-docs#513, right @aranke ? |
Yes, correct. I technically ran this workflow off dbt-labs/dbt-docs#514, but is identical to changes from dbt-labs/dbt-docs#513 |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.7.latest 1.7.latest
# Navigate to the new working tree
cd .worktrees/backport-1.7.latest
# Create a new branch
git switch --create backport-10307-to-1.7.latest
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 8ee8b2560a1ff05f2451855cc6c9c93aa6388309
# Push it to GitHub
git push --set-upstream origin backport-10307-to-1.7.latest
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.7.latest Then, create a pull request where the |
Co-authored-by: Kshitij Aranke <kshitij.aranke@dbtlabs.com> (cherry picked from commit 8ee8b25)
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.6.latest 1.6.latest
# Navigate to the new working tree
cd .worktrees/backport-1.6.latest
# Create a new branch
git switch --create backport-10307-to-1.6.latest
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 8ee8b2560a1ff05f2451855cc6c9c93aa6388309
# Push it to GitHub
git push --set-upstream origin backport-10307-to-1.6.latest
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.6.latest Then, create a pull request where the |
Auto generated changes from generate-docs-for-dbt-core.yml workflow