marcosmartinezfco
marcosmartinezfco
Yep same issue here trying to deploy to my k8s cluster using spot arm instances
@rtyler It's a simple module that we have to create dynamo tables. ```terraform module "market_updates_lock_table" { source = "../../utils/dynamodb" table_name = "delta_log" hash_key = "tablePath" attributes = [ { name...
> I encountered the same error on a DeltaTable.delete call, although only when using a role rather than my IAM user. Reverting to deltalake==0.18.1 (from 0.18.2) appears to have resolved...
@rtyler any update?
The issue was finally solved after I upgraded to the last version
I have the same issue here. Even if I try to vacuum the files or even if I try deleting and creating the table again I get the same error...
Amazing feature, is this expected to be released in version `3.2` or earlier?
> > Amazing feature, is this expected to be released in version 3.2 or earlier? > > This is a feature and will be in next minor release (3.2.0), we...