Skip to content

Add AioSQLAlchemy extra package to documentation #3308

Add AioSQLAlchemy extra package to documentation

Add AioSQLAlchemy extra package to documentation #3308

Workflow file for this run

name: Test
on:
pull_request:
schedule:
- cron: '0 0 * * 0'
permissions:
id-token: write
contents: read
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