Unable to do a multiline on sql_statement - snowflake_task #1282
Unanswered
vgiacomini
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using tasks the SQL commands we need are usually way longer than one single line. I was trying to make it a multi-line so the code is more readable but cannot find it how - I tried using heredoc strings and a string with \n at the end of each line but neither seem to work. What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions