-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
133 changed files
with
14,055 additions
and
424 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,81 +1,94 @@ | ||
name: 🐞 Bug | ||
description: Report a bug or an issue you've found with dbt-adapters | ||
description: Report a bug or an issue you've found | ||
title: "[Bug] <title>" | ||
labels: ["bug", "triage"] | ||
body: | ||
- type: markdown | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: checkboxes | ||
value: Thanks for taking the time to fill out this bug report! | ||
- type: checkboxes | ||
attributes: | ||
label: Is this a new bug? | ||
description: > | ||
In other words, is this an error, flaw, failure or fault in our software? | ||
label: Is this a new bug? | ||
description: > | ||
In other words, is this an error, flaw, failure or fault in our software? | ||
If this is a bug that broke existing functionality that used to work, please open a regression issue. | ||
If this is a bug experienced while using dbt Cloud, please report to [support](mailto:[email protected]). | ||
If this is a request for help or troubleshooting code in your own dbt project, please join our [dbt Community Slack](https://www.getdbt.com/community/join-the-community/) or open a [Discussion question](https://github.com/dbt-labs/docs.getdbt.com/discussions). | ||
If this is a bug that broke existing functionality that used to work, please open a regression issue. | ||
If this is a bug experienced while using dbt Cloud, please report to [support](mailto:[email protected]). | ||
If this is a request for help or troubleshooting code in your own dbt project, please join our [dbt Community Slack](https://www.getdbt.com/community/join-the-community/) or open a [Discussion question](https://github.com/dbt-labs/docs.getdbt.com/discussions). | ||
Please search to see if an issue already exists for the bug you encountered. | ||
options: | ||
- label: I believe this is a new bug | ||
required: true | ||
- label: I have searched the existing issues, and I could not find an existing issue for this bug | ||
required: true | ||
- type: textarea | ||
Please search to see if an issue already exists for the bug you encountered. | ||
options: | ||
- label: I believe this is a new bug | ||
required: true | ||
- label: I have searched the existing issues, and I could not find an existing issue for this bug | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Current Behavior | ||
description: A concise description of what you're experiencing. | ||
label: Which packages are affected? | ||
description: Select one or more options below. | ||
options: | ||
- label: dbt-adapters | ||
required: false | ||
- label: dbt-tests-adapter | ||
required: false | ||
- label: dbt-athena | ||
required: false | ||
- label: dbt-athena-community | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Current Behavior | ||
description: A concise description of what you're experiencing. | ||
validations: | ||
required: true | ||
- type: textarea | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected Behavior | ||
description: A concise description of what you expected to happen. | ||
label: Expected Behavior | ||
description: A concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps To Reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
1. In this environment... | ||
2. With this config... | ||
3. Run '...' | ||
4. See error... | ||
label: Steps To Reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
1. In this environment... | ||
2. With this config... | ||
3. Run '...' | ||
4. See error... | ||
validations: | ||
required: true | ||
- type: textarea | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: | | ||
If applicable, log output to help explain your problem. | ||
render: shell | ||
label: Relevant log output | ||
description: If applicable, log output to help explain your problem. | ||
render: shell | ||
validations: | ||
required: false | ||
- type: textarea | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: | | ||
examples: | ||
- **OS**: Ubuntu 20.04 | ||
- **Python**: 3.11.6 (`python3 --version`) | ||
- **dbt-adapters**: 1.0.0 | ||
value: | | ||
- OS: | ||
- Python: | ||
- dbt-adapters: | ||
render: markdown | ||
label: Environment | ||
description: | | ||
examples: | ||
- **OS**: Ubuntu 20.04 | ||
- **Python**: 3.11.6 (`python3 --version`) | ||
- **dbt-adapters**: 1.10.0 | ||
- **dbt-postgres**: 1.9.0 | ||
value: | | ||
- OS: | ||
- Python: | ||
- dbt-adapters: | ||
- <adapter>: | ||
render: markdown | ||
validations: | ||
required: false | ||
- type: textarea | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Additional Context | ||
description: | | ||
Links? References? Anything that will give us more context about the issue you are encountering! | ||
label: Additional Context | ||
description: | | ||
Links? References? Anything that will give us more context about the issue you are encountering! | ||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Ask the community for help | ||
- name: Ask the community for help | ||
url: https://github.com/dbt-labs/docs.getdbt.com/discussions | ||
about: Need help troubleshooting? Check out our guide on how to ask | ||
- name: Contact dbt Cloud support | ||
- name: Contact dbt Cloud support | ||
url: mailto:[email protected] | ||
about: Are you using dbt Cloud? Contact our support team for help! | ||
- name: Participate in Discussions | ||
- name: Participate in Discussions | ||
url: https://github.com/dbt-labs/dbt-adapters/discussions | ||
about: Do you have a Big Idea for dbt-adapters? Read open discussions, or start a new one | ||
about: Do you have a Big Idea for dbt-adapters or one of the adapter implementations? Read open discussions, or start a new one | ||
- name: Create an issue for dbt-core | ||
url: https://github.com/dbt-labs/dbt-core/issues/new/choose | ||
about: Report a bug or request a feature for dbt-core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,55 @@ | ||
name: ✨ Feature | ||
description: Propose a straightforward extension of dbt-adapters functionality | ||
description: Propose a straightforward extension of dbt functionality | ||
title: "[Feature] <title>" | ||
labels: ["enhancement", "triage"] | ||
body: | ||
- type: markdown | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this feature request! | ||
- type: checkboxes | ||
value: Thanks for taking the time to fill out this feature request! | ||
- type: checkboxes | ||
attributes: | ||
label: Is this your first time submitting a feature request? | ||
description: > | ||
We want to make sure that features are distinct and discoverable, | ||
so that other members of the community can find them and offer their thoughts. | ||
label: Is this your first time submitting a feature request? | ||
description: > | ||
We want to make sure that features are distinct and discoverable, | ||
so that other members of the community can find them and offer their thoughts. | ||
Issues are the right place to request straightforward extensions of existing dbt-adapters functionality. | ||
For "big ideas" about future capabilities of dbt-adapters, we ask that you open a | ||
[discussion](https://github.com/dbt-labs/dbt-adapters/discussions/new?category=ideas) in the "Ideas" category instead. | ||
options: | ||
- label: I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations) | ||
required: true | ||
- label: I have searched the existing issues, and I could not find an existing issue for this feature | ||
required: true | ||
- label: I am requesting a straightforward extension of existing dbt-adapters functionality, rather than a Big Idea better suited to a discussion | ||
required: true | ||
- type: textarea | ||
Issues are the right place to request straightforward extensions of existing dbt functionality. | ||
For "big ideas" about future capabilities of dbt, we ask that you open a | ||
[discussion](https://github.com/dbt-labs/dbt-adapters/discussions/new?category=ideas) in the "Ideas" category instead. | ||
options: | ||
- label: I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations) | ||
required: true | ||
- label: I have searched the existing issues, and I could not find an existing issue for this feature | ||
required: true | ||
- label: I am requesting a straightforward extension of existing dbt functionality, rather than a Big Idea better suited to a discussion | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe the feature | ||
description: A clear and concise description of what you want to happen. | ||
label: Describe the feature | ||
description: A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: | | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
label: Describe alternatives you've considered | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
validations: | ||
required: false | ||
- type: textarea | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Who will this benefit? | ||
description: | | ||
What kind of use case will this feature be useful for? Please be specific and provide examples, this will help us prioritize properly. | ||
label: Who will this benefit? | ||
description: What kind of use case will this feature be useful for? Please be specific and provide examples, this will help us prioritize properly. | ||
validations: | ||
required: false | ||
- type: input | ||
required: false | ||
- type: input | ||
attributes: | ||
label: Are you interested in contributing this feature? | ||
description: Let us know if you want to write some code, and how we can help. | ||
label: Are you interested in contributing this feature? | ||
description: Let us know if you want to write some code, and how we can help. | ||
validations: | ||
required: false | ||
- type: textarea | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Anything else? | ||
description: | | ||
Links? References? Anything that will give us more context about the feature you are suggesting! | ||
label: Anything else? | ||
description: Links? References? Anything that will give us more context about the feature you are suggesting! | ||
validations: | ||
required: false | ||
required: false |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.