bigquery-view-analyzer icon indicating copy to clipboard operation
bigquery-view-analyzer copied to clipboard

Tables with External Partition's erroring

Open Marty08 opened this issue 5 years ago • 1 comments

Hey Chris,

Think I've come across either a google issue or a BQVA issue, not sure.

External partitioned tables (the partition can be selected in the UI as a dropdown). so example: Tables : martys_awesome_data_20200606 & martys_awesome_data_20200607
BQ UI shows martys_awesome_data_ with the dates in the drop down.

Creating a select * view in another project works fine and also keeps the dropdown for the view image

When using BQVA it just errors saying:

File "C:\Users\marty\AppData\Local\Continuum\anaconda3\envs\wc\lib\site-packages\google\cloud_http.py", line 423, in api_request raise exceptions.from_http_response(response) google.api_core.exceptions.NotFound: 404 GET https://www.googleapis.com/bigquery/v2/projects/datasets/tables/martys_awesome_data_: Not found: Table project:dataset.martys_awesome_data_

I've tried some research on external partitioned tables, but there's not much info with the permissions side.

So Google API issue, or BQVA?

Marty08 avatar Jul 09 '20 06:07 Marty08

@TWinsnes + @polleyg

christippett avatar Nov 20 '21 00:11 christippett