From GCP docs: https://cloud.google.com/bigquery/docs/views their instructions for creating a view using the BQ API is "Call the tables.insert method with a table resource that contains a view property."
Any idea how to do this via airflow's BigQueryOperator? Or is there another operator I should us?