Skip to content

Add Apache Livy compatible API endpoints for Spark Batch Management #95

Add Apache Livy compatible API endpoints for Spark Batch Management

Add Apache Livy compatible API endpoints for Spark Batch Management #95

Workflow file for this run

name: sqlc-checks
on:
push:
branches: [ "main" ]
pull_request:
jobs:
sqlc-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: sqlc-dev/setup-sqlc@v4
with:
sqlc-version: '1.29.0'
# Check if generated code is up to date
- run: sqlc diff
# SQL query linting
- run: sqlc vet