chore: bump sqlglot to latest version (27.3.0) (#34302)

This commit is contained in:
Beto Dealmeida
2025-07-24 18:38:29 -04:00
committed by GitHub
parent b794b192d1
commit 8df5860826
5 changed files with 5 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ jobs:
SUPERSET_TESTENV: true
SUPERSET_SECRET_KEY: not-a-secret
run: |
pytest --durations-min=0.5 --cov-report= --cov=superset/sql/ ./tests/unit_tests/sql/ --cache-clear --cov-fail-under=100
pytest --durations-min=0.5 --cov=superset/sql/ ./tests/unit_tests/sql/ --cache-clear --cov-fail-under=100
- name: Upload code coverage
uses: codecov/codecov-action@v5
with: