Hi,I am loading data into a big query table as followsasync
loadDataToTable(project_id, dataset_id, table_id, uris, source_format,
schema) { const result = new CustomResponse().result; try { const
options = { sourceUris: uris, sourceFormat: source_fo...