-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: remove extra blank lines, close #249
- Loading branch information
Showing
11 changed files
with
120 additions
and
9 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
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 |
---|---|---|
@@ -0,0 +1,79 @@ | ||
{{ config(foo='bar') }} | ||
|
||
|
||
|
||
select | ||
|
||
|
||
foooooooooooo, | ||
barrrrrrrrrrr, | ||
|
||
|
||
bazzzzzzzzzzz, | ||
|
||
quxxxxxxxxxxx, | ||
|
||
|
||
foooooooooooo + barrrrrrrrrr + bazzzzzzzzzzz + quxxxxxxxxxxx as foooooooooooo_bar_baz_qux | ||
from | ||
fooooooooooooo.barrrrrrrrrr.bazzzzzzzzzzzzzz | ||
|
||
where | ||
|
||
|
||
quxxxxxxxxxxx=1 | ||
{% if is_incremental() %} | ||
|
||
|
||
and barrrrrrrrrr = 1 | ||
|
||
|
||
|
||
|
||
|
||
and bazzzzzzzzzzz = 2 | ||
and quxxxxxxxxxxx = 3 | ||
|
||
|
||
|
||
|
||
{% endif %} | ||
; | ||
|
||
|
||
|
||
|
||
|
||
|
||
select 1 | ||
)))))__SQLFMT_OUTPUT__((((( | ||
{{ config(foo="bar") }} | ||
|
||
|
||
select | ||
|
||
foooooooooooo, | ||
barrrrrrrrrrr, | ||
|
||
bazzzzzzzzzzz, | ||
|
||
quxxxxxxxxxxx, | ||
|
||
foooooooooooo | ||
+ barrrrrrrrrr | ||
+ bazzzzzzzzzzz | ||
+ quxxxxxxxxxxx as foooooooooooo_bar_baz_qux | ||
from fooooooooooooo.barrrrrrrrrr.bazzzzzzzzzzzzzz | ||
|
||
where | ||
|
||
quxxxxxxxxxxx = 1 | ||
{% if is_incremental() %} | ||
|
||
and barrrrrrrrrr = 1 and bazzzzzzzzzzz = 2 and quxxxxxxxxxxx = 3 | ||
|
||
{% endif %} | ||
; | ||
|
||
|
||
select 1 |
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
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
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