MokhFn opened a new issue, #40212: URL: https://github.com/apache/airflow/issues/40212
### What do you see as an issue? This [documentation](https://github.com/apache/airflow/edit/main/docs/apache-airflow-providers-google/operators/cloud/bigquery.rst) clarifies that views can be created and deleted, using the BigQuery[Create|Delete]TableOperator. However, when it comes to updating tables/views, the doc only specifies tables, and no views. After having a quick look at the code, it seems to me it's just missing from the docs. One more thing, do these operators also handle authorized views ? (assuming the SA launching these operations, has Data Owner permissions on the view's source datasets). ### Solving the problem Adding a few sentences/paragraphes to clarify the issue. ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
