Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Jul 16, 2024
1 parent 6621d13 commit 8ca03d1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions metadata-ingestion/docs/sources/looker/lookml_post.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#### Configuration Notes

1. If a view contains a liquid template (e.g. `sql_table_name: {{ user_attributes['db']}}.kafka_streaming.events, with db=ANALYTICS_PROD`), then you will need to specify the values of those variables in the `liquid_variable` config as shown below
```
1. If a view contains a liquid template (e.g. `sql_table_name: {{ user_attributes['db']}}.kafka_streaming.events }}`, with `db=ANALYTICS_PROD`), then you will need to specify the values of those variables in the `liquid_variable` config as shown below:
```yml
liquid_variable:
user_attributes:
db: ANALYTICS_PROD
```
### Multi-Project LookML (Advanced)
Expand Down

0 comments on commit 8ca03d1

Please sign in to comment.