google-cloud-php icon indicating copy to clipboard operation
google-cloud-php copied to clipboard

Automate updating if BigQuery JSON

Open bshaffer opened this issue 3 months ago • 0 comments

The BigQuery handwritten libraries use the discovery JSON file to make calls to the BigQuery REST API. However, this is manually updated, and as a result usually does not happen frequently enough.

We can create a GitHub Actions job to submit a PR which keep this up-to-date. This would be a huge help. This may be something we could do using owlbot.py, even though no code is copied, in order to take advantage of owlbot PR submission.

bshaffer avatar Sep 04 '25 16:09 bshaffer