Skip to content

feat: support read_parquet/read_csv for most backends #13651

feat: support read_parquet/read_csv for most backends

feat: support read_parquet/read_csv for most backends #13651

Workflow file for this run

name: Assign Issue
permissions:
issues: write
on:
issue_comment:
types:
- created
jobs:
assign_issue:
runs-on: ubuntu-latest
if: github.event.comment.body == '/take'
steps:
- uses: pozil/auto-assign-issue@v2.0.0
with:
assignees: ${{ github.event.comment.user.login }}