Daniel Dyląg
Daniel Dyląg
@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"], handler=list, ) ```
@MikeWallis42 Airflow uses external library to split sql: https://github.com/andialbrecht/sqlparse and it doesn't support removing semicolons. I opened an issue there.
@MikeWallis42 looks like the relevant enhancement was merged to library's main branch and will go out in the next release. Unfortunately there is no due date for the next release...