You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/07/09 16:30:12 UTC

[GitHub] [airflow] aaron-ang edited a comment on issue #16906: SQL query in Airflow job differs from that in yaml

aaron-ang edited a comment on issue #16906:
URL: https://github.com/apache/airflow/issues/16906#issuecomment-877308174


   perhaps I should share the structure of my query to make myself clearer. My query works perfectly in Snowflake, but when it is picked up by Airflow, it gets cut off.
   
   `
   WITH SCFS_COMPANIES AS (\n
     select...
     from...
     where...
     QUALIFY ROW_NUMBER() OVER (PARTITION BY ... ORDER BY ... DESC) = 1
   )
   select ...
   from...
   `
   Unless there is something regarding semicolon rules that I am unaware of? Thanks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org