John Buxton

Results 31 comments of John Buxton

This would be a great feature - my use case is for local testing with dynamodb-local

This is a very old ticket and still no fix :-(

FYI I've posted a very similar problem to... https://github.com/kbajalc/parquets/issues/3 because both projects seem to suffer the same problem.

@ZJONSSON, nothing that I can share right now ... Sensitive data and all that. For now I can share more output from parquet-tools - if that might help. ``` creator:...

Also FYI, when I look at the values for the ENUM columns, I can see that they are base 64 encoded strings. Quote from https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#enum > ENUM > ENUM annotates...

Hi, I have to be honest and say that I don't think I'm ever going to be spend the time needed to reproduce this. I've decided to AWS S3 Select...

We have an alias naming standard of `xxx-prod` and `xxx-nonprod` (hundreds of accounts). Therefore `aws-nuke` won't work for us. Are we expected to break our own naming standard just for...

How about my comment here: https://stackoverflow.com/questions/46089480/pytest-fixtures-redefining-name-from-outer-scope-pylint/54045715?noredirect=1#comment122655133_57015304 I.e. you get a similar problem with mocker. `from pytest_mock import mocker` followed by `def test_my_thing(mocker)` gives same lint error. Seems to be a...

Any plans to implement this ?

I'm seeing this too. In my case it's a react app with index.html that refers to generated .js files. I'm syncing them with the --delete option to delete old files...