Yoichi Iwaki
Yoichi Iwaki
It looks like there is no kubebuilder-tools that support `darwin/arm64`. Considering Intel Mac will be replaced by M1 Mac, the `darwin/arm64` files must be added in near future. https://storage.googleapis.com/kubebuilder-tools However,...
I have no time to create PR but following change fixes the problem. ```diff diff --git a/src/sqlfluff/dialects/dialect_bigquery.py b/src/sqlfluff/dialects/dialect_bigquery.py index a46f2028c..065322278 100644 --- a/src/sqlfluff/dialects/dialect_bigquery.py +++ b/src/sqlfluff/dialects/dialect_bigquery.py @@ -2390,3 +2390,34 @@ class...