fix: stream records lazily in write_records and _execute_chunk_v2 #354
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Validate SDK with Splunk AppInspect | |
| on: | |
| push: | |
| branches: [develop, master] | |
| pull_request: | |
| workflow_dispatch: | |
| env: | |
| PYTHON_VERSION: 3.13 | |
| jobs: | |
| appinspect: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd | |
| with: | |
| persist-credentials: false | |
| - uses: ./.github/actions/setup-sdk-environment | |
| with: | |
| python-version: ${{ env.PYTHON_VERSION }} | |
| deps-group: lint | |
| - name: Run AppInspect | |
| uses: ./.github/actions/run-appinspect |