Skip to content

Commit

Permalink
feat: add no_select_star macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Trainer committed Nov 4, 2022
1 parent bad574c commit 86fe946
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added macros/.gitkeep
Empty file.
3 changes: 3 additions & 0 deletions macros/no_select_star.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{% macro no_select_star() %}
'DONT SELECT * FROM THIS TABLE!!!1'::CHAR(1) as no_select_star
{% endmacro %}

0 comments on commit 86fe946

Please sign in to comment.