I am trying to automate the process of getting data from Big Query tables and creating a report in Data studio. Is there any python code, APIs or some other method which will be able to address this issue.
Thanks in advance.
I am trying to automate the process of getting data from Big Query tables and creating a report in Data studio. Is there any python code, APIs or some other method which will be able to address this issue.
Thanks in advance.
Yes, You can create and google spreadsheet which is updated using python and then link that sheet with data studio when the data in google sheet is updated data in datastudio will be updated automatically you can use pygsheets module to update the google sheets
You could use Data Studio templates but it might be too restrictive for what you trying to do.