Loading Sharepoint files into Bigquery

1.8k Views Asked by At

I want to create a BigQuery table out of some files that are present in our organizations secured space of sharepoint. The files will be added on weekly basis and I need to setup a pipeline that I can use to ingest data in bigquery. I have been following manual process of loading the files by downloading the files and uploading to gcs bucket but that doesnt seems feasible anymore. Any help will be appreciated.

1

There are 1 best solutions below

0
Sri On

You need to write python code to read the SharePoint API. Create a Data proc job with could scheduler this way you can achieve your problem