Calling wr.s3.read_parquet_metadata with a path that doesn't exist throws IndexError #172
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Unlabel Assigned Issues | |
on: | |
issues: | |
types: | |
- assigned | |
permissions: | |
contents: read | |
jobs: | |
unlabel-issue: | |
permissions: | |
issues: write # for andymckay/labeler to label issues | |
pull-requests: write # for andymckay/labeler to label PRs | |
runs-on: ubuntu-latest | |
steps: | |
- name: unlabel-issues | |
uses: andymckay/labeler@master | |
with: | |
remove-labels: "needs-triage" |