Closed dion-gdn closed 4 months ago
Fixed by b449bde4e33d54d7c00fc9eb1713a965c8c9edcd. Will be included in release 0.5.3
in the next few days.
hi @ppaglilla, are you sure this is fixed? I tested against the same query using branch version/v0.5.3 but still got the same error.
I think the error is thrown during getRoutinesOfType from BigQuery API: https://github.com/GoogleCloudPlatform/zetasql-toolkit/blob/ca4445014dcfff8e0180dd8132beb4b54068a7cf/zetasql-toolkit-bigquery/src/main/java/com/google/zetasql/toolkit/catalog/bigquery/BigQueryAPIResourceProvider.java#L525-L531
During debugging before getting error:
Hi,
I got this error:
com.google.zetasql.toolkit.catalog.bigquery.exceptions.BigQueryResourceNotFound: BigQuery resource not found: <project-name>.SAFE.INT64
Here's the sample of my query:
Where
data
type isJSON
.Any idea what's wrong? Thanks