-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from fishtown-analytics/bump-utils-0.5.0
Bump utils to v 0.5.0
- Loading branch information
Showing
8 changed files
with
161 additions
and
56 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
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
* @jtcohen6 |
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 |
---|---|---|
@@ -0,0 +1,63 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug or an issue you've found with this package | ||
title: '' | ||
labels: bug, triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Describe the bug | ||
<!--- | ||
A clear and concise description of what the bug is. You can also use the issue title to do this | ||
---> | ||
|
||
### Steps to reproduce | ||
<!--- | ||
In as much detail as possible, please provide steps to reproduce the issue. Sample data that triggers the issue, example model code, etc is all very helpful here. | ||
---> | ||
|
||
### Expected results | ||
<!--- | ||
A clear and concise description of what you expected to happen. | ||
---> | ||
|
||
### Actual results | ||
<!--- | ||
A clear and concise description of what you expected to happen. | ||
---> | ||
|
||
### Screenshots and log output | ||
<!--- | ||
If applicable, add screenshots or log output to help explain your problem. | ||
---> | ||
|
||
### System information | ||
**The contents of your `packages.yml` file:** | ||
|
||
**Which database are you using dbt with?** | ||
- [ ] postgres | ||
- [ ] redshift | ||
- [ ] bigquery | ||
- [ ] snowflake | ||
- [ ] other (specify: ____________) | ||
|
||
|
||
**The output of `dbt --version`:** | ||
``` | ||
<output goes here> | ||
``` | ||
|
||
**The operating system you're using:** | ||
|
||
**The output of `python --version`:** | ||
|
||
### Additional context | ||
<!--- | ||
Add any other context about the problem here. For example, if you think you know which line of code is causing the issue. | ||
---> | ||
|
||
### Are you interested in contributing the fix? | ||
<!--- | ||
Let us know if you want to contribute the fix, and whether would need a hand getting started | ||
---> |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this package | ||
title: '' | ||
labels: enhancement, triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Describe the feature | ||
A clear and concise description of what you want to happen. | ||
|
||
### Describe alternatives you've considered | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
### Additional context | ||
Is this feature database-specific? Which database(s) is/are relevant? Please include any other relevant context here. | ||
|
||
### Who will this benefit? | ||
What kind of use case will this feature be useful for? Please be specific and provide examples, this will help us prioritize properly. | ||
|
||
### Are you interested in contributing this feature? | ||
<!--- | ||
Let us know if you want to contribute the feature, and whether would need a hand getting started | ||
---> |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## Description & motivation | ||
<!--- | ||
Describe your changes, and why you're making them. | ||
--> | ||
|
||
## Checklist | ||
- [ ] I have verified that these changes work locally | ||
- [ ] I have updated the README.md (if applicable) | ||
- [ ] I have added tests & descriptions to my models (and macros if applicable) |
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
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
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,3 +1,3 @@ | ||
packages: | ||
- package: fishtown-analytics/dbt_utils | ||
version: ">=0.1.19" | ||
version: [">=0.4.0", "<0.6.0"] |