-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
view.query property not exposed by Bigquery API #3754
Comments
@nicku33 Can you try running |
Oh wow, that worked. I suppose I assumed that |
@nicku33 I agree that the docs don't highlight it, but we explicitly avoid making back-end API calls during instance construction. |
Something @tswast recommends elsewhere is that we make it such that the first time you do a call or property check that would require this, that we just do the I am going to actually close this since that is tracked elsewhere. |
To reproduce, make a view. In our case it was existing.
! bq show --format=json nytdata:audit_et.audit_ab_alloc_view
Note that the property view.query is present in the json:
But if I try to get it from the API, nothing:
The text was updated successfully, but these errors were encountered: