David Kretch

Results 64 comments of David Kretch

Hey, sorry for the delay on this, I have had to step back from development of paws since this came up originally. The issue with using RETRY by default is...

Notes: 1. AWS documentation states to retry on server (5xx) errors and throttling errors. Do not retry client (4xx) errors. 2. Python retry docs: https://github.com/boto/boto3/blob/0b82bf9843ad6d350b48442c47f4a484a886ee3f/docs/source/guide/retries.rst. Uses both HTTP status code...

Hello! Sorry for the delayed response. Currently you're right -- that functionality is not exported. But I agree it should be, in the paws.common package. Unfortunately I probably won't have...

Thank you! Sorry about the issues. This is useful, and in fact we will also make these configurable, like `paws::svc(config = list(max_retries = 5))`. The issue with timeouts is strange...

Ohhh, ok. Thank you! No need to check the package version. So after looking into it I realized that the `timeout` that the httr package uses is a max request...

Hey, sorry for the delay. The connection timeout setting is now available on CRAN in the `paws.common` package. You can get the latest version, 0.3.10, with `install.packages("paws.common")`. However, if you...

Sorry about that, and thank you! This actually comes up a lot with these kind of operations. I think #396 is the same problem. It probably should get a better...

Remaining HTML: * `paws.database/man/rdsdataservice_begin_transaction.Rd:Starts a SQL transaction.\preformatted{ A transaction can run for a maximum of 24 hours. A transaction is terminated and rolled back automatically after 24 hours. A transaction...

Hello, thank you! To understand how to parse TABLE, CELL, and WORD, I used the [Textract developer guide](https://docs.aws.amazon.com/textract/latest/dg/what-is.html). I haven't tried to use KEY_VALUE_SET but its documentation is here: https://docs.aws.amazon.com/textract/latest/dg/how-it-works-kvp.html....

I get this too. It is a bug. Sorry about that. We will look into it.