-
BigQuery API no longer working
Hello!
I have seen that in the last 2 weeks, all the calls using the BigQuery API stopped working. No matter which method you use, it always comes back with the error:
Missing args, datasets.list requires args: +projectId
[2] (.com_kx_bq.run)[3] (.com_kx_bq.datasets.list)
Notice the below script that used to be working
l bq.q_ .kurl.register (`oauth2; "*.googleapis.com"; ""; enlist[`access_token]!enlist getenv `GOOGLE_TOKEN) .com_kx_bq.cfg.default.projectId:"<ProjectId>" .com_kx_bq.datasets.list enlist[`projectId]!enlist "<ProjectId>" 'Missing args, datasets.list requires args: +projectId [2] (.com_kx_bq.run) [1] (.com_kx_bq.datasets.list)
It seems to me that the library no longer recognised the projectId args no matter if you add it or use the default ones. It always come back with the error Missing args, <method>requires args: +projectId
Has anyone else started experiencing similar issues?
Log in to reply.