Skip to content

Add Parquet export support to OtelTracesSqlEngine #66

Add Parquet export support to OtelTracesSqlEngine

Add Parquet export support to OtelTracesSqlEngine #66

Workflow file for this run

name: Typecheck
on:
pull_request:
jobs:
core-typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Set up Python
run: uv python install
- name: Run Mypy
working-directory: src
run: uv run -- mypy notebookllama