Connecting BigQuery to Google Sheets with Apps Script

Поділитися
Вставка
  • Опубліковано 3 жов 2024
  • Need help centralizing your data from multiple sources, or processing mass amounts of data that no longer fit on your spreadsheets? In this video, we’ll show you how to use Apps Script to upload multiple Google Spreadsheets to BigQuery, and how to transform your data into dynamic dashboards using Data Studio.
    Previous Episode → goo.gle/2UqaTOv
    Copy Sheet → goo.gle/3henTR5
    Instructions → goo.gle/2Ab1jIM
    BigQuery Sandbox → goo.gle/3f6dDsr
    Google Apps Script → goo.gle/3cMWwLz
    Beginner tutorial for Google Apps Script → goo.gle/2zOtDA6
    Sign-in to BigQuery with your Google account → goo.gle/2Sq9N4S
    Sheets to Apps playlist → goo.gle/Sheets...
    Customizing G Suite playlist → goo.gle/2Rp30br
    Subscribe to G Suite → goo.gle/GSuite
    Product: G Suite Development, Sheets, Apps Script; fullname: AGV;
    #SheetsToApps

КОМЕНТАРІ • 36

  • @wolfsburg20i
    @wolfsburg20i 11 місяців тому

    Im watching now, November 2023 and it worked to me.
    It helps me a lot in my job. Thanks

  • @paulsweeting1163
    @paulsweeting1163 4 роки тому

    Brilliant to show concept, example, and Data Studio tie in .. in 6 mins. More like this please 🙂

  • @ViktorLesyk
    @ViktorLesyk 3 роки тому +1

    Exactly what I was looking for! Thanks a lot, Google!

  • @SebastianDiCarlo-m5u
    @SebastianDiCarlo-m5u Місяць тому

    Great video! really helpful

  • @westernoverseas9193
    @westernoverseas9193 3 роки тому +1

    Big Thanks For This Amazing Knowledgeful Video

  • @maraudeuse952
    @maraudeuse952 2 роки тому +2

    Hello, I did everything, and I got no error messages, but there is no data in my datatable. Can you please tell me how to debug or check why?

  • @JitendraBhatt28
    @JitendraBhatt28 3 роки тому +1

    Great tutorial. Please help to recognize that a CSV failed to load, get the error message.

  • @NavigationForDailyLiving
    @NavigationForDailyLiving 4 роки тому +1

    Thank you for sharing this very helpful information! Very well designed video.

  • @facundosoto7744
    @facundosoto7744 3 роки тому +2

    I can't change the link in the sheet, I get an error "TypeError: header.toLowerCase is not a function"

  • @danielaavelar1418
    @danielaavelar1418 2 роки тому

    Wonnnnndeeeeeeful Tutorial! Just love it so much!

  • @muhammedinzamam1505
    @muhammedinzamam1505 Рік тому +1

    Can you please tell me how can I upload the Google sheets one by one to BigQuery so that I can create a master dataset like the one in this video ?

  • @AnthonyBrunson
    @AnthonyBrunson 4 роки тому

    Very nice. I may have to publish some more content showing how to use this.

  • @ianlowe7074
    @ianlowe7074 3 роки тому +1

    For me, the "Sheets to BigQuery" menu wasn't showing up when I copied the sheet. To fix: navigate to Tools --> Script Editor...make sure the onOpen function is selected and then press run. Go back to the sheet and the menu should be there.

  • @PoulavBiswas
    @PoulavBiswas 3 роки тому

    Thanks so much for sharing this video.

  • @salvadormartinez1597
    @salvadormartinez1597 4 роки тому

    Thanks, very helpful. There is no limit for google spreadsheets rows to upload?

  • @kachensaengow3787
    @kachensaengow3787 3 роки тому

    Thank you for good demo, very helpful.

  • @balrom
    @balrom 4 роки тому

    Very interesting video. Please create more video like this! Thanks.

  • @kristiandimitrov533
    @kristiandimitrov533 Рік тому

    Thank you!

  • @mohammedzaid3878
    @mohammedzaid3878 3 роки тому

    How to update the data right from the sheet, like you have "APPEND" similarly can you share "UPDATE" script functionality?

  • @brostone2538
    @brostone2538 3 роки тому

    hi,
    great demo
    I have a question
    How to append raws and colums that are not empty?
    Cause I want to append data from facebook and adding there date (date_time of append, and its formula, so I want to append only columns there column A is not empy)
    Thanks

  • @illumina-t-info
    @illumina-t-info 2 місяці тому

    thanks

  • @brijbhangupta4244
    @brijbhangupta4244 Рік тому

    How to set auto referesh sheet to bigquery menu in once time in a day

  • @jsparrow-whatfig
    @jsparrow-whatfig 4 роки тому

    Didn't realize I could test Big Query with my Gsuite account. More curious what the cost would be after that.

  • @MuhammadDaudkhanTV100
    @MuhammadDaudkhanTV100 4 роки тому

    Nice

  • @ramgopalnalluri
    @ramgopalnalluri 2 роки тому

    Thanks

  • @haohuynh464
    @haohuynh464 Рік тому +1

    Anyone tested it? I use it but after Upload the table in Bigquery all data get null ##

    • @muhammedinzamam1505
      @muhammedinzamam1505 Рік тому

      same here,i tried to update details from different google workbooks,did you find a solution?

  • @motogoa
    @motogoa Рік тому

    It seems to me this script has a bug. Any ideas how to fix this? After extensive testing here's what I found:
    /** ON PRIMARY UPLOAD:
    * if all is FALSE, then will upload ONLY first and last sheets, but not the middle.
    * if all is TRUE, then will upload ALL data, appending MIDDLE to LAST
    *
    * WHEN POPULATED:
    * if all is FALSE, then will change nothing (first and last remain the same as previous)
    * if TRUE is selected on LAST sheet and FALSE on middle, then will append MIDDLE sheet before last
    * if TRUE is selected on MIDDLE sheet and FALSE on last, then will display only LAST sheet
    * if TRUE is selected on both MIDDLE and LAST, then will append LAST AND MIDDLE sheets to existing LAST (makes LAST doubled up)
    */

  • @juanmaradiaga
    @juanmaradiaga 2 роки тому

    needs to be uptaded on how everything looks and works. I didnt have the upload to big query button available.

  • @neetubajwa01
    @neetubajwa01 4 роки тому

    I've used this logic for past 3 years. I often have issues when the upload fails and the failure status is not captured in the status column of this gsheet. Is there any way to show the error / failure message from loggers.log in the status column?

  • @AmrEdTech
    @AmrEdTech 4 роки тому

    Awesome

  • @abdullahislam
    @abdullahislam 4 роки тому

    Sign in disabled for this app

  • @yosetcozcomauri7799
    @yosetcozcomauri7799 4 роки тому

    First

  • @mail2msathishu
    @mail2msathishu 4 роки тому

    Great Tutorial. Exactly what I wanted. Thanks for the pleasant presentation.