Soumil Nitin Shah
Soumil Nitin Shah
Well pynamodb doest not support creation of tables with LSI or GSI ?
> Make sure you either (a) delete the old table first, or (b) add the GSI/LSI through AWS console or some other means. Does PynamoDB support the creation of LSI...
> Same happens for me, it gets up to here: > > `docker service logs viz -f` > > `viz.1.na6fnbg9h4tg@raspi4 | viz.1.na6fnbg9h4tg@raspi4 | > [email protected] start /app viz.1.na6fnbg9h4tg@raspi4 | >...
I am running into similar issue
I hope this message finds you well. I have a question regarding the Bloom index in Hudi. Were you using the Bloom index previously, and have you recently changed the...
a potential issue that may have arisen during the transition from the Bloom index to the Record Level index. It seems that the Record Level index was not built on...
didn't you mentioned you have changed the index type Bloom -> RLI and your job was failing in order to use RLI I am saying you need to use fresh...
Got it got it Can we do a small test here Can you run job in UPSERT mode and not INSERT at start and then see if it makes any...
yes without bulk_insert use UPSERT remove settings bulk_insert settings
Any Updates ?