-
Steps to reproduce:
```bash
> docker run -p 9060:9050 -it ghcr.io/goccy/bigquery-emulator:latest --project=test --log-level=debug
# Separate window
> bq --api http://0.0.0.0:9060 query --project…
-
Hi, In BigQuery, tables can be referenced by a wildcard:
```
select * from `dataset.table` where _TABLE_SUFFIX = 'suffix'
```
[Docs](https://cloud.google.com/bigquery/docs/querying-wildcard-tabl…
-
## Expected Behavior
static lib should be linked only one time.
## Current Behavior
Some static libs are linked multiple times.
in [`src/sdk/CMakeLists.txt`](https://github.com/4paradigm/Ope…
-
hi,
trying to work with Liquibase + Liquibase Bigquery extension + Simba JDBC + emulator.
JDBC version 1.3.0 (https://storage.googleapis.com/simba-bq-release/jdbc/SimbaJDBCDriverforGoogleBigQuery4…
-
Hi!
Is it possible to declare [EXTERNAL_QUERY](https://cloud.google.com/bigquery/docs/reference/standard-sql/federated_query_functions#external_query) tvf in ZetaSQL catalog? It is required to dec…
-
Hi, All
just wondering if there is a support coming for these bigquery statements?
```
CREATE TABLE `tbl`
CLONE `src_tbl`;
```
```
CREATE TABLE `tbl`
COPY `src_tbl`
```
reference: https:…
-
Has anyone built a Node.JS client for ZetaSQL?
If not, can anyone offer any guidance on the right approach? We're starting work on this at @fivetran, we're using the Java client as a model, but if …
-
Love your emulator -- it's covered the vast majority of our BigQuery usage so far. But now I need to implement a query that uses the `LAX` functions and I get an error about them not existing:
```
…
amh4r updated
10 months ago
-
Hi,
Ive been using the zetasql's Resolved Statement to analyze sql statements and extract data lineage. The one tyoe of visitor i cannot find seems to be one which would resolve "x as y" statements…
-
I sucessfully use ZetaSQL to obtain AST for different queries. But if query contain any issue, I receive only error. For example for the query
```
select from my_table;
```
I will get only the …