How to access the "Saved queries" programmatically?

The BigQuery Web user interface has a Saved Queries section.
Is there a way to access (read / write) programmatically?
Any API?

+4
source share
1 answer

Nope. This feature is only with a user interface with a private interface. But we will consider this function request!

+4
source

Source: https://habr.com/ru/post/1626713/


All Articles