Skip to content

Move _normalize_hive_syntax to DefaultTypeConverter and fix converter pass stubs #3328

Move _normalize_hive_syntax to DefaultTypeConverter and fix converter pass stubs

Move _normalize_hive_syntax to DefaultTypeConverter and fix converter pass stubs #3328

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