Results 4 issues of RyuSA

## Problem Summary: I found that assertions for SQLX scripts fail with the following error when `config.bigquery.requirePartitionFilter: true`: ``` Cannot query over table 'dataform.repro' without a filter over column(s) 'date'...

bug

`vvakame/review`のコンテナイメージはいずれもamd64のコンテナイメージのみ提供されており、arm64のコンテナイメージが欲しい場合は自前でビルドする必要があります。 現在、自分はM1 Macの環境でDockerfileを下記の通り修正して自前ビルドして使っています。PDFビルド等の挙動に問題はありません。 ```diff - RUN curl -sL -o /tmp/pandoc.deb https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_DEB_VERSION}-amd64.deb && \ + RUN curl -sL -o /tmp/pandoc.deb https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_DEB_VERSION}-arm64.deb && \ ``` 各種依存関係もarm64対応しており、また最近はarm64のマシンの利用も増えてきましたのでarm64対応のコンテナイメージの提供があると非常に助かります。

**Please** add a meaningful description for your change here fixes #31218 This PR contains these changes; - Added a new error handling for `ModuleNotFoundError` - no logging - Changed the...

python
io
Next Action: Reviewers
slow-review

### What needs to happen? GoogleContainerTools/kaniko was recently publicly archived. https://github.com/GoogleContainerTools/kaniko/pull/3502 I remembered that Apache Beam uses kaniko for its SDK builds, so I checked the repository and confirmed it...

task
P2
awaiting triage