You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bi-tools/lookerstudio/README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
-
# Using Google Data Studio with the Lumapps Datalake
1
+
# Using Google Looker Studio with the Lumapps Datalake
2
2
3
-
## Connecting Google Data Studio to the lumapps datalake
3
+
## Connecting Google Looker Studio to the lumapps datalake
4
4
5
-
This documentation explains how you can setup a connection from google datastudio to the Lumapps Datalake.
5
+
This documentation explains how you can setup a connection from google lookerstudio to the Lumapps Datalake.
6
6
7
7
8
8
**prerequisite**:
9
9
* You already have created a service account and this service account was given proper permissions by the lumapps team.
10
10
11
11
### Step 1 : Create your first connector based of an example
12
12
13
-
DataStudio does not support natively the connection to google BigQuery via Service Account.
13
+
Looker Studio does not support natively the connection to google BigQuery via Service Account.
14
14
15
-
If you want to connect Datastudio to BigQuery using a service account, you need to setup a custom connector.
16
-
Google gives an example of how it could be done in [their documentation](https://developers.google.com/datastudio/solution/blocks/using-service-accounts)
15
+
If you want to connect Looker Studio to BigQuery using a service account, you need to setup a custom connector.
16
+
Google gives an example of how it could be done in [their documentation](https://developers.google.com/looker-studio/connector/use-a-service-account)
17
17
18
18
Lumapps tested this method and the connector we built can be used as a template.
19
19
The source code can be found [here](./examples)
@@ -42,12 +42,12 @@ The source code can be found [here](./examples)
42
42
43
43

44
44
45
-
13. If your deployment is correct, you should see a **DataStudio URL**. Click on it.
45
+
13. If your deployment is correct, you should see a **Looker Studio URL**. Click on it.
46
46
47
47

48
48
49
49
14.**Authorize** the connector, and allow the requested permission. Then click on **Connect**
50
-
15. You can now create a Google datastudio "Datastource"
50
+
15. You can now create a Google Looker Studio "Datastource"
51
51
1. Rename it as you like, you might share it within your organization so the name you choose need to make sense in that context.
52
52
2. rename/hide dimensions as you would like.
53
53
3. create new fields to expose new "Metrics" as you would like.
@@ -65,7 +65,7 @@ The source code can be found [here](./examples)
65
65
66
66
### Step 2 : Going further
67
67
68
-
In the previous step, you created your first datastudio connector and you shared it within your organization via a datastudio datastource or a datastudio report
68
+
In the previous step, you created your first Looker Studio connector and you shared it within your organization via a Looker Studio datasource or a Looker Studio report
69
69
You might want to explore other data in the lumapps datalake.
0 commit comments