Adding to the above. It is definitively an issue related to adding args in the run function. Executing a function that doesn’t require any args (i.e. list projects) still works:
q).com_kx_bq.projects.list[] kind | "bigquery#projectList" etag | "PXl7AcbMGzFMur/boIkUvA==" projects | +`kind`id`numericId`projectReference`friendlyName!(,"bigquery#pro.. totalItems| 1f
I have added the default projectId in the configuration but no luck when trying to run any simple query or list datasets for example:
.com_kx_bq.query "WITH AllTrades AS( SELECT * from project.dataset.demo)" 'Missing args, jobs.query requires args: +projectId [11] (.com_kx_bq.run) [10] (.com_kx_bq.queryRawResp)