Let's suppose I have a table with a pre-generated URL on Google Drive, and I need to run a query on Big Query weekly to append to this table. How would I proceed?
Not sure if I fully understand your question. Why can't you load the dataset from the url by making an API call then do a insertion to a BigQuery table?
Let's suppose I have a table with a pre-generated URL on Google Drive, and I need to run a query on Big Query weekly to append to this table. How would I proceed?
Not sure if I fully understand your question. Why can't you load the dataset from the url by making an API call then do a insertion to a BigQuery table?