go-gorm / bigquery

BigQuery golang sql driver/GORM dialect
MIT License
42 stars 23 forks source link

Can't find bigquey dataset uppercase name in gorm #2

Open DarcyNing opened 3 years ago

DarcyNing commented 3 years ago

Your Question

Can't find bigquey dataset uppercase name in gorm. Currently we have some dataset created by other project members. we can't change the dataset name. But we need to connect the dataset for some changes. when I have init gorm configure, the error is can't find dataset uppercase.

The document you expected this should be explained

Expected answer

settings of how to find uppercase named dataset.