Commit b42e6f9
dbt 0.7.4 release (#441)
* Update require-dbt-version to be 1.0
* Fix SQL 42000 on Exasol (#420)
" SQL-Error [42000]: syntax error, unexpected '*' "
If you specify the * in the unioned with their respectiv names <name>.* you do not receive the SQL Error posted above. This should not inflict any further problems since it is redundant for most DBs.
* Minor readme link fixes (#431)
* minor readme link fixes
* changelog addition
Co-authored-by: Joel Labes <[email protected]>
* 0.7.4 changelog (#432)
* Update CHANGELOG.md
* Note branch name change
* use `limit_zero` macro instead of `limit 0` (#437)
* Utils 0.7.4b1 (#433)
* Update require-dbt-version to be 1.0
* Fix SQL 42000 on Exasol (#420)
" SQL-Error [42000]: syntax error, unexpected '*' "
If you specify the * in the unioned with their respectiv names <name>.* you do not receive the SQL Error posted above. This should not inflict any further problems since it is redundant for most DBs.
* Minor readme link fixes (#431)
* minor readme link fixes
* changelog addition
Co-authored-by: Joel Labes <[email protected]>
* 0.7.4 changelog (#432)
* Update CHANGELOG.md
* Note branch name change
Co-authored-by: Timo Kruth <[email protected]>
Co-authored-by: Joe Markiewicz <[email protected]>
* standard convention
* Update integration_tests/tests/jinja_helpers/test_slugify.sql
Taking the liberty of committing on your behalf so that the CI job starts again
* Change limit_zero to be a macro
Co-authored-by: Joel Labes <[email protected]>
Co-authored-by: Timo Kruth <[email protected]>
Co-authored-by: Joe Markiewicz <[email protected]>
* Add col_name alias to else state too (#437)
* Remove extra semicolon in `insert_by_period` materialization (#439)
* Remove extra semicolon in `insert_by_period` materialization.
`create_table_as()` generates a SQL statement that already ends with a semicolon, so the extra semicolon after a `create_table_as()` call in the `insert_by_period` materialization ends up being an empty SQL statement, and at least when using Snowflake this causes the dbt run to fail with a "cannot unpack non-iterable NoneType object" error.
* Update changelog for PR 439.
* Use the relation object passed into get_column_values, instead of making our own (#440)
* Use the relation object passed into get_column_values, instead of making our own
* Rename variables in get column value test to be clearer
* Update CHANGELOG.md
* Update CHANGELOG.md
Co-authored-by: Timo Kruth <[email protected]>
Co-authored-by: Joe Markiewicz <[email protected]>
Co-authored-by: Anders <[email protected]>
Co-authored-by: Sean Rose <[email protected]>1 parent cfa8bdf commit b42e6f9
File tree
5 files changed
+22
-15
lines changed- integration_tests
- models/sql
- tests/jinja_helpers
- macros
- materializations
- sql
5 files changed
+22
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
| 13 | + | |
| 14 | + | |
8 | 15 | | |
9 | 16 | | |
10 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments