Skip to content

Commit 9209bb5

Browse files
Hyperlint Automation Fix
1 parent 3f3d07a commit 9209bb5

File tree

1 file changed

+3
-3
lines changed
  • src/content/docs/analytics/analytics-integrations

1 file changed

+3
-3
lines changed

src/content/docs/analytics/analytics-integrations/looker.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Cloudflare logs are HTTP/HTTPS request logs in JSON format and are gathered from
3333

3434
## Task 1 - Connect your Database to Looker
3535

36-
Looker connects to a database in order to query the data. In this tutorial, we use Google Big Query as an example. Learn [how to connect Google BigQuery to Looker](https://docs.looker.com/setup-and-management/database-config/google-bigquery#create_a_temporary_dataset_for_persistent_derived_tables).
36+
Looker connects to a database in order to query the data. In this tutorial, we use Google BigQuery as an example. Learn [how to connect Google BigQuery to Looker](https://docs.looker.com/setup-and-management/database-config/google-bigquery#create_a_temporary_dataset_for_persistent_derived_tables).
3737

3838
Once you load Cloudflare logs into your database, [connect the database to Looker](https://docs.looker.com/setup-and-management/connecting-to-db).
3939

@@ -53,7 +53,7 @@ To create your new LookML project:
5353

5454
6. For **Starting Point**, choose \*Clone Public Git Repository\*\*.\*\*\*
5555

56-
7. Enter the *cloudflare\_block* URL for the public Git repository `git://github.com/llooker/cloudflare_block.git`.
56+
7. Enter the *Cloudflare_block* URL for the public Git repository `git://github.com/looker/cloudflare_block.git`.
5757

5858
8. Click **Create Project**. Looker will pull all of the repository files into a new LookML project.
5959

@@ -66,7 +66,7 @@ To create your new LookML project:
6666

6767
To update the connection name in the LookML files:
6868

69-
1. In your LookML **cloudflare\_looker** model file, replace the **connection** name with yours, for example:
69+
1. In your LookML **Cloudflare_looker** model file, replace the **connection** name with yours, for example:
7070
`connection: "bigquery_lpr"`.
7171

7272
2. Check if any table names need to be updated to your database connection names as well. If you decide to rename the filenames for explore, model name, and view, make sure to update all mentions within the other files. Otherwise, you might encounter errors.

0 commit comments

Comments
 (0)