I have a Python Script that gets a BigQuery query to a Pandas Dataframe and then exports to my SQL Server Database.
I can run that perfectly on a Jupyter Notebook, but when I run the script on SQL Server Agent it gives the error "No module named Google".
This because I am importing from google.oauth2 import service_account
Can someone please help?