CSV to Google BigQuery using Cloud Functions

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ก.ค. 2024
  • This video explains how to upload a CSV file to Google BigQuery using Cloud Function.
    Downloads Code files: github.com/maheshpeiris0/Clou...

ความคิดเห็น • 11

  • @jesseoliveira5932
    @jesseoliveira5932 ปีที่แล้ว +3

    Very good. Thank you very much.

  • @osamabinsarfraz8197
    @osamabinsarfraz8197 ปีที่แล้ว +2

    I am able to create cloud functions as mentioned in the video, but after clicking on TESTING->TEST THE FUNCTION button getting Error: ERROR in app: Exception on / [POST]. Please help

  • @letscrackanyexam
    @letscrackanyexam ปีที่แล้ว +2

    how to upload data from firestore to bigquery using cloud functions?

    • @learncloudcomputing_mp
      @learncloudcomputing_mp  ปีที่แล้ว

      This is the google documentation example cloud.google.com/bigquery/docs/loading-data-cloud-firestore#python
      I'll create video soon

  • @ashishvats1515
    @ashishvats1515 ปีที่แล้ว +1

    How to upload large tables (1GB-3GB) as csv to Google cloud storage programatically

  • @vishalbhilare-bd3lc
    @vishalbhilare-bd3lc ปีที่แล้ว

    Can you please upload the csv file in Git. The Video was very helpful

  • @kishoreinapakolla6220
    @kishoreinapakolla6220 ปีที่แล้ว

    Hi brother do you provide training in gcp

  • @surenderg3185
    @surenderg3185 ปีที่แล้ว +1

    How to upload data from json to big query using cloud function

    • @learncloudcomputing_mp
      @learncloudcomputing_mp  ปีที่แล้ว +1

      df = pd.read_json('simple.json') convert the json file into Pandas Dataframe

    • @surenderg3185
      @surenderg3185 ปีที่แล้ว

      @@learncloudcomputing_mp thanks for the reply..do u have any videos related to cloud dataflow..