Mark E. Madsen

Results 5 comments of Mark E. Madsen

+1 Is the lack of SNS as an event source due to the fact that CloudFormation doesn't have templates yet? Would this be a good item for a contrib until...

There seems to be a command line argument for this (--vars) but there is no documentation on how the binding works in the test configurations, or what exact format is...

@felixscherz does this mean that nothing special is needed to use PyIceberg against an S3 Table bucket now? Thank you for your work on this -- our team has been...

Just switching imports doesn't work - you'd have to modify the code. The reason we're seeing this error, I believe, is that simply adding adam_atan2 from PyPI via PIP is...

Thanks @kroggen - doing the following worked for me, as you suggested. Appreciate the help! ``sed -i 's/adam-atan2/adam-atan2-pytorch/g' requirements.txt pip install -r requirements.txt sed -i 's/adam_atan2/adam_atan2_pytorch/g' pretrain.py sed -i 's/AdamATan2/AdamAtan2/g'...