Skip to content

CI: Fix botocore Error #34087

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 9, 2020
Merged

Conversation

alimcmaster1
Copy link
Member

@alimcmaster1 alimcmaster1 commented May 9, 2020

AWS Service Exceptions are not statically defined in boto3. Easiest to just catch a ClientError here.

Ref Docs:
https://boto3.amazonaws.com/v1/documentation/api/latest/guide/error-handling.html#parsing-error-responses-and-catching-exceptions-from-aws-services

@pep8speaks
Copy link

pep8speaks commented May 9, 2020

Hello @alimcmaster1! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2020-05-09 11:48:53 UTC

@jbrockmendel
Copy link
Member

also need to catch in test_write_s3_parquet_fails

@alimcmaster1 alimcmaster1 added the CI Continuous Integration label May 9, 2020
@alimcmaster1 alimcmaster1 reopened this May 9, 2020
@alimcmaster1
Copy link
Member Author

https://github.com/pandas-dev/pandas/pull/34087/checks?check_run_id=658833815
Azure CI has run here^

Fixed up parquet test too and added boto docs on dynamic errors here

@jbrockmendel @jreback

@jreback jreback added IO Parquet parquet, feather IO Network Local or Cloud (AWS, GCS, etc.) IO Issues labels May 9, 2020
@jreback jreback added this to the 1.1 milestone May 9, 2020
@jreback jreback merged commit 9f746a7 into pandas-dev:master May 9, 2020
@jreback
Copy link
Contributor

jreback commented May 9, 2020

thanks @alimcmaster1 for the quick response

rhshadrach pushed a commit to rhshadrach/pandas that referenced this pull request May 10, 2020
* Update Error Msg

* Fix botocore error

* Add match pattern

* black

* Add AWS Docs & Fix Parquet Test

* Docs

* Docs
simonjayhawkins pushed a commit to simonjayhawkins/pandas that referenced this pull request May 14, 2020
* Update Error Msg

* Fix botocore error

* Add match pattern

* black

* Add AWS Docs & Fix Parquet Test

* Docs

* Docs
simonjayhawkins added a commit that referenced this pull request May 14, 2020
@simonjayhawkins simonjayhawkins modified the milestones: 1.1, 1.0.4 May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration IO Network Local or Cloud (AWS, GCS, etc.) IO Issues IO Parquet parquet, feather
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: Failures Botocore Error
5 participants