Skip to content
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 #6265

Merged
merged 1 commit into from
Nov 16, 2022

Conversation

FishtownBuildBot
Copy link
Collaborator

Auto generated changes from generate-docs-for-dbt-core.yml workflow

@FishtownBuildBot FishtownBuildBot requested review from a team as code owners November 16, 2022 15:20
@FishtownBuildBot FishtownBuildBot added the dbt-docs [dbt feature] documentation site, powered by metadata artifacts label Nov 16, 2022
@cla-bot cla-bot bot added the cla:yes label Nov 16, 2022
@jtcohen6 jtcohen6 linked an issue Nov 16, 2022 that may be closed by this pull request
@jtcohen6 jtcohen6 merged commit a235abd into main Nov 16, 2022
@jtcohen6 jtcohen6 deleted the dbt-docs-release/20221116-151807_3480640709 branch November 16, 2022 16:00
@github-actions
Copy link
Contributor

The backport to 1.3.latest failed:

The process '/usr/bin/git' failed with exit code 1

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.3.latest 1.3.latest
# Navigate to the new working tree
cd .worktrees/backport-1.3.latest
# Create a new branch
git switch --create backport-6265-to-1.3.latest
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 a235abd176cb46977c6c86b85215a2547e287a13
# Push it to GitHub
git push --set-upstream origin backport-6265-to-1.3.latest
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.3.latest

Then, create a pull request where the base branch is 1.3.latest and the compare/head branch is backport-6265-to-1.3.latest.

leahwicz pushed a commit that referenced this pull request Nov 16, 2022
* Add new index.html and changelog yaml files from dbt-docs (#6112)

* Add new index.html and changelog yaml files from dbt-docs (#6265)

Co-authored-by: FishtownBuildBot <77737458+FishtownBuildBot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.3.latest cla:yes dbt-docs [dbt feature] documentation site, powered by metadata artifacts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CT-1354] dbt-docs updates for dbt-core v1.3.1
2 participants