Skip to content

Add filesystem API parity features to the built-in S3FileSystem #3401

Add filesystem API parity features to the built-in S3FileSystem

Add filesystem API parity features to the built-in S3FileSystem #3401

Workflow file for this run

name: Test
on:
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
schedule:
- cron: '0 0 * * 0'
permissions:
id-token: write
contents: read
# Cancel superseded runs: overlapping runs stampede the account's Athena
# concurrent-query quota (TooManyRequestsException) and fail each other.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/test-suite.yaml
with:
test-type: pyathena
test-sqla:
needs: [test]
uses: ./.github/workflows/test-suite.yaml
with:
test-type: sqla
test-sqla-async:
needs: [test-sqla]
uses: ./.github/workflows/test-suite.yaml
with:
test-type: sqla_async