Skip to content

add configurable write_mode to BigQueryIOManager #2445

add configurable write_mode to BigQueryIOManager

add configurable write_mode to BigQueryIOManager #2445

Workflow file for this run

name: Check Docs
on:
pull_request:
paths:
- 'docs/**'
permissions:
contents: read
jobs:
check-frontmatter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Run frontmatter check
working-directory: docs
run: uv run scripts/check-frontmatter.py