enso/test/AWS_Tests
Radosław Waśko 3fd14642d9
Fix upload/delete transactions in Snowflake backend (#10738)
Fixes #10609 by rewriting all our upload-related operations to rely on `DDL_Transaction` - an abstraction that handles 'transactionality' of `CREATE TABLE` statements dependent on if a given backend allows DDLs within transactions or not (if not it emulates transactionality by creating the tables outside of transaction and then dropping them on rollback).
2024-08-06 08:14:44 +00:00
..
data Excel DataLink (#9346) 2024-03-11 16:12:12 +00:00
src Fix upload/delete transactions in Snowflake backend (#10738) 2024-08-06 08:14:44 +00:00
package.yaml S3 Read Access, Input Stream based reading (#7776) 2023-09-20 15:09:11 +00:00