-
Notifications
You must be signed in to change notification settings - Fork 234
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
init pr push for ct-1005 #418
Conversation
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-core contributing guide, and the dbt-spark contriubuting guide. |
.github/pull_request_template.md
Outdated
@@ -18,4 +18,4 @@ resolves # | |||
- [ ] I have signed the [CLA](https://docs.getdbt.com/docs/contributor-license-agreements) | |||
- [ ] I have run this code in development and it appears to resolve the stated issue | |||
- [ ] This PR includes tests, or tests are not required/relevant for this PR | |||
- [ ] I have updated the `CHANGELOG.md` and added information about my change to the "dbt-spark next" section. | |||
- [ ] I have run `changie new` to [create a changelog entry](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md#Adding-CHANGELOG-Entry) |
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.
Since you're updating the contributing doc with this info, should this point to the dbt-spark contributing doc instead?
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.
oh good catch will have to fix that on the others as well was still using the core contributing guide as main source since we generally try to send all like information there and just point to it as the source of truth but we are adding the small section in this case. will fix in other repos as well as needed1
changelog: | ||
uses: dbt-labs/actions/.github/workflows/changelog-existence.yml@main | ||
with: | ||
changelog_comment: 'Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see [the dbt-core contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md#adding-changelog-entry), and the [dbt-spark contriubuting guide](https://github.com/dbt-labs/dbt-spark/blob/main/CONTRIBUTING.MD).' |
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.
Same comment here with pointing to the dbt-spark contributing section.
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.
so for here we just want to remove the ref to core instead of both?
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's the value in linking to both?
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.
None in this case removing.
changelog: | ||
uses: dbt-labs/actions/.github/workflows/changelog-existence.yml@main | ||
with: | ||
changelog_comment: 'Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the [dbt-spark contriubuting guide](https://github.com/dbt-labs/dbt-spark/blob/main/CONTRIBUTING.MD).' |
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.
changelog_comment: 'Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the [dbt-spark contriubuting guide](https://github.com/dbt-labs/dbt-spark/blob/main/CONTRIBUTING.MD).' | |
changelog_comment: 'Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the [dbt-spark contributing guide](https://github.com/dbt-labs/dbt-spark/blob/main/CONTRIBUTING.MD).' |
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.
fixed also changed ref to the adapter instead of core in .changes
README.md
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.
🎉
…ISSUE ref to spark issue #417
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.
Nice work.
resolves #416
Description
Add
changie
todbt-spark
Checklist
CHANGELOG.md
and added information about my change to the "dbt-spark next" section.