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

Is it possible to run a query as a script or session when using BigQuery? #24

Open
nikdata opened this issue Dec 13, 2022 · 1 comment

Comments

@nikdata
Copy link

nikdata commented Dec 13, 2022

I’m able to successfully connect to my BigQuery database. Where I’m struggling is the ability to use the “CREATE TEMPORARY TABLE” commands within an SQL query. While the query is written correctly (I validated it using Google Cloud BigQuery Console), the response I get from the app suggests I need to run the query as a “Script or Session”:

902A3A31-E77B-4242-82C1-3737C5AF996F

Is it possible to run the query I’ve written in the app as a script or session? Perhaps I have not configured the app correctly?

For reference, I’m authenticating via token and the same token has permissions to run the commands and interact with BigQuery. I validated the token’s ability/permissions to use the CREATE TEMPORARY TABLE command via Python and R.

@nikdata
Copy link
Author

nikdata commented Jun 26, 2024

Any update on this?

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

No branches or pull requests

1 participant