I wanted to fetch the data from google dashboards and load it to azure data warehouse using azure data factory. Is there any way I can follow to load the data to data warehouse using azure data factory.
1 Answers
0
votes
Based on the ADF copy activity support connector list, there is no google dashboard connector.So,maybe you have to consider 2 ways:
1.If you could fetch data from google dashboards via REST API,then you could use Web Activity in ADF and connect it with Copy Activity.
2.If not,i notice that ADF supports google could storage.So you could try to sync your data into it and use copy activity.