Commit 656a578 authored Dec 20, 2022 Verified
1 parent c3b5d56 commit 656a578 Copy full SHA for 656a578
File tree 2 files changed +60
-0
lines changed
2 files changed +60
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : I think I've found a bug
4
+ title : " [BUG]"
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ### Is this a new bug in dbt-date?
11
+
12
+ - [ ] I believe this is a new bug in dbt-date
13
+ - [ ] I have searched the existing issues, and I could not find an existing issue for this bug
14
+
15
+ ### Current Behavior
16
+
17
+ ### Expected Behavior
18
+
19
+ ### Steps To Reproduce
20
+
21
+ ### Relevant log output
22
+
23
+ ### Environment
24
+
25
+ ``` markdown
26
+ - OS:
27
+ - Python:
28
+ - dbt:
29
+ - dbt-expectations:
30
+ ```
31
+
32
+ ### Which database adapter are you using with dbt?
33
+
34
+ Note: dbt-date currently does not support database adapters other than the ones listed below.
35
+
36
+ - Postgres
37
+ - Snowflake
38
+ - BigQuery
39
+
40
+ ### Additional Context
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest an idea for dbt-date
4
+ title : ' [Feature Request]'
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ** Is your feature request related to a problem? Please describe.**
11
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
12
+
13
+ ** Describe the solution you'd like**
14
+ A clear and concise description of what you want to happen.
15
+
16
+ ** Describe alternatives you've considered**
17
+ A clear and concise description of any alternative solutions or features you've considered.
18
+
19
+ ** Additional context**
20
+ Add any other context or screenshots about the feature request here.
You can’t perform that action at this time.
0 commit comments