Skip to content

Commit

Permalink
macros update
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanctoth committed Mar 4, 2024
1 parent 5d47d50 commit 5dbcf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbtlearn/macros/logging.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
{{ log("Call your mom!") }}
{{ log("Call your dad!", info=True) }} --> Logs to the screen, too
-- {{ log("Call your dad!", info=True) }} --> This will be put to the screen
{% log("Call your dad!", info=True) %} --> This won't be executed
{# log("Call your dad!", info=True) #} --> This won't be executed
{% endmacro %}

0 comments on commit 5dbcf19

Please sign in to comment.