Bisk1 commented on issue #34828: URL: https://github.com/apache/airflow/issues/34828#issuecomment-1754821636
@MikeWallis42 how about passing a list of sql commands instead? Does it address your needs? ``` SQLExecuteQueryOperator( task_id="semi_colon_test", conn_id="trino_default", sql=["SELECT 1", "SELECT 2"], split_statements=True, handler=list, ) ``` -- 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-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org