Skip to content

Commit

Permalink
Added test case to bigquery_view_parser.py from #291
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmcg committed Apr 30, 2022
1 parent 0ec8031 commit 17a39e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/bigquery_view_parser.py
Expand Up @@ -1775,6 +1775,12 @@ def print_(*args):
(None, 'bigquery-public-data:samples', 'wikipedia'),
]
],
[
"""\
with t as (select CASE when EXTRACT(dayofweek FROM CURRENT_DATETIME()) == 1 then "S" end) select * from t
""",
[],
],
]
# fmt: on

Expand Down

0 comments on commit 17a39e8

Please sign in to comment.