Getting Started With Google BigQuery API In Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 2024

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

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

    📎 More BigQuery API Tutorial Videos: th-cam.com/play/PL3JVwFmb_BnRKqcbtl2hHL5GIQOHX-sC5.html
    📼 Getting Started With Google BigQuery API: th-cam.com/video/lLPdRRy7dfE/w-d-xo.html
    📼 Create a Google Cloud Service Account: th-cam.com/video/gb0bytUGDnQ/w-d-xo.html

  • @ika2686
    @ika2686 11 หลายเดือนก่อน +1

    I looked for lots of tutorials,
    but they are not very easy to understand.
    Your tutorials are very intuitive.
    It solved my problem right away.
    Thanks a lot!❤

  • @agby14
    @agby14 หลายเดือนก่อน

    How do you output the column names and all the values into google sheet?

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

    It runs blank if the SQL query contains a WHERE date statement. WHERE data_date = '2023-06-19'
    How to make it run with a date?

  • @user-ys2zk4vr3r
    @user-ys2zk4vr3r ปีที่แล้ว

    Thank you from South Korea.

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

    Hi, could you please show how to authenticate using oauth token rather service account in same code?

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

      Thank you for your feedback, I will look into it.

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

      @@jiejenn Thks.. If you have some video or documentation to create json oauth token for BigQuery, this help us, very much.

  • @omarfessi2761
    @omarfessi2761 8 หลายเดือนก่อน

    Thanks! I am really interested in how you run only the selected code ! can you show me how please?

    • @omarfessi2761
      @omarfessi2761 8 หลายเดือนก่อน

      well I found your tutorial on the matter :) thanks again

  • @connor-shorten
    @connor-shorten 4 หลายเดือนก่อน

    Thank you Jie!

    • @jiejenn
      @jiejenn  4 หลายเดือนก่อน

      👍

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

    you did a fantastic job. Thank you

  • @pizzepeli
    @pizzepeli 9 หลายเดือนก่อน

    What's the process if I want to use an API key instead of the .json?

    • @jiejenn
      @jiejenn  9 หลายเดือนก่อน

      I don't think that's possible using API key. If you know, do keep us posted.

  • @AleeEnt863
    @AleeEnt863 11 หลายเดือนก่อน

    Love your content...
    Keep doing what you are doing...

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

    Is the line os.environ['GOOGLE_APPLICATION_CREDENTIALS'] = '...' relevant and what is the outcome/purpose of this line?

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

      This is needed for the API to load the client file.

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

    very useful, thanks a lot!

  • @javierlarramona5923
    @javierlarramona5923 3 หลายเดือนก่อน

    Thanks a lot. It works

    • @jiejenn
      @jiejenn  3 หลายเดือนก่อน

      👍👍👍

  • @indroda2..uniqueinnovative900
    @indroda2..uniqueinnovative900 2 ปีที่แล้ว

    thanks very much

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

    Can u make a video on how to mock BQ connection in python ?

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

      Not sure if I follow. Can you be more specific?

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

      @@jiejenn I mean mocking BQ connection for testing

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

      I see. In that case just create a new project or a new account with a new project.

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

      @@jiejenn I was actually looking for video on "mocking BQ connection in python for testing" and got your video on BQ api ...I thought u might be knowing about mocking ...NP