no, but for this you can go into bigquery and create a datatransfer. This can extract the data directly from a bucket into bigquery If thats not good enough then you a google cloud function can be triggered when a new file gets in a bucket and the cloud function can then send data to bigquery or a pub sub
Is it process following in real time projects?
Is it possible to load data from gcs to bq following above method? Only through pub/sub?
no, but for this you can go into bigquery and create a datatransfer. This can extract the data directly from a bucket into bigquery
If thats not good enough then you a google cloud function can be triggered when a new file gets in a bucket and the cloud function can then send data to bigquery or a pub sub
When tried to use this code getting below error
No module named google found, i have installed गूगल libraries as well