📎 More BigQuery API Tutorial Videos: kzbin.info/aero/PL3JVwFmb_BnRKqcbtl2hHL5GIQOHX-sC5 📼 Getting Started With Google BigQuery API: kzbin.info/www/bejne/on2zlYWIrpyXnKc 📼 Create a Google Cloud Service Account: kzbin.info/www/bejne/nZOTk6yqiqx3pLM
@ika2686 Жыл бұрын
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!❤
@AleeEnt863 Жыл бұрын
Love your content... Keep doing what you are doing...
@이호준플랫폼기획본부 Жыл бұрын
Thank you from South Korea.
@classictablet9149 Жыл бұрын
you did a fantastic job. Thank you
@connor-shorten9 ай бұрын
Thank you Jie!
@jiejenn9 ай бұрын
👍
@Notigam2 жыл бұрын
very useful, thanks a lot!
@prakash123kumar14 күн бұрын
It is a very easy and best example.. thanks for sharing I am looing for another way where auth login use to login and download data.. can you share the knowlege if you have any
@omarfessi2761 Жыл бұрын
Thanks! I am really interested in how you run only the selected code ! can you show me how please?
@omarfessi2761 Жыл бұрын
well I found your tutorial on the matter :) thanks again
@agby146 ай бұрын
How do you output the column names and all the values into google sheet?
@javierlarramona59238 ай бұрын
Thanks a lot. It works
@jiejenn8 ай бұрын
👍👍👍
@prasannasalicham88782 жыл бұрын
Hi, could you please show how to authenticate using oauth token rather service account in same code?
@jiejenn2 жыл бұрын
Thank you for your feedback, I will look into it.
@jmsolorzano132 жыл бұрын
@@jiejenn Thks.. If you have some video or documentation to create json oauth token for BigQuery, this help us, very much.
@prakash123kumar2 ай бұрын
Could you please also suggest how to allow login user using authenticate login
@TaylorShort-c4s3 ай бұрын
When I run the code I get `ModuleNotFoundError: No module named 'google'`
@pizzepeli Жыл бұрын
What's the process if I want to use an API key instead of the .json?
@jiejenn Жыл бұрын
I don't think that's possible using API key. If you know, do keep us posted.
@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?
@vino_092 жыл бұрын
Is the line os.environ['GOOGLE_APPLICATION_CREDENTIALS'] = '...' relevant and what is the outcome/purpose of this line?
@jiejenn2 жыл бұрын
This is needed for the API to load the client file.
@indroda2..uniqueinnovative9002 жыл бұрын
thanks very much
@akshanshbhandari76192 жыл бұрын
Can u make a video on how to mock BQ connection in python ?
@jiejenn2 жыл бұрын
Not sure if I follow. Can you be more specific?
@akshanshbhandari76192 жыл бұрын
@@jiejenn I mean mocking BQ connection for testing
@jiejenn2 жыл бұрын
I see. In that case just create a new project or a new account with a new project.
@akshanshbhandari76192 жыл бұрын
@@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