Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tables with External Partition's erroring #16

Open
Marty08 opened this issue Jul 9, 2020 · 1 comment
Open

Tables with External Partition's erroring #16

Marty08 opened this issue Jul 9, 2020 · 1 comment
Labels
question Further information is requested

Comments

@Marty08
Copy link
Contributor

Marty08 commented Jul 9, 2020

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?

@christippett christippett added the question Further information is requested label Jan 26, 2021
@christippett
Copy link
Contributor

@TWinsnes + @polleyg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants