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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]