The GitHub Actions job "Tests" on airflow.git/add-snowflake-transaction-support 
has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
226f2771d79167db77fd80c0a7a299bdbc06f6a2 / Kaxil Naik <[email protected]>
Fix SnowflakeHook transaction support: multi-statement SQL and AUTOCOMMIT

When split_statements=False, pass num_statements=0 to cursor.execute()
so Snowflake accepts multi-statement SQL blocks (BEGIN/INSERT/COMMIT).
Previously this failed with "Actual statement count N did not match
the desired statement count 1".

Also respect AUTOCOMMIT in session_parameters instead of unconditionally
overriding it with set_autocommit(conn, False).

Closes: #48233
Closes: #30236

Report URL: https://github.com/apache/airflow/actions/runs/24270887032

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to