Explore Service commits transaction even when operation fails
Description
When Datasets are written to using Explore and the operation fails, then the transaction associated with the operation should be invalidated. Today, when the operation is finished the transaction is committed without checking if the operation failed or not.
Release Notes
Fixed a bug where failed dataset operations via Explore queries did not invalidate the associated transaction
When Datasets are written to using Explore and the operation fails, then the transaction associated with the operation should be invalidated. Today, when the operation is finished the transaction is committed without checking if the operation failed or not.