Skip to content
Advertisement

Generating a View From Dynamic Query Bigquery

We are generating a dynamic query using the script below :

We want to create a view out of this is there any way in BQ by which we can create a view from this, so as user we can directly query our view.

Advertisement

Answer

Should be as simple as just adding create or replace view project.dataset.myview as to original query

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement