Skip to content

Commit

Permalink
Update README.md (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgaraycoa-de authored Feb 17, 2022
1 parent c322335 commit 4ef456e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ This macro returns a dictionary from a sql query, so that you don't need to inte
**Usage:**
```
{% set sql_statement %}
select city, state from {{ ref('users) }}
select city, state from {{ ref('users') }}
{% endset %}
{%- set places = dbt_utils.get_query_results_as_dict(sql_statement) -%}
Expand Down

0 comments on commit 4ef456e

Please sign in to comment.