Question:
I’m new into data engineering field, and want to create table and inserting the data to BigQuery using Python, but in the process I got error message
here is my code
Answer:
As @p13rr0m suggested, you should have to use the environment variable asGOOGLE_APPLICATION_CREDENTIALS
instead of GOOGLE_APPLICATION_CREDENTIAL
to resolve your issue.If you have better answer, please add a comment about this, thank you!