Skip to content

Commit

Permalink
typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
erkanncelen committed Jan 31, 2023
1 parent e244ac8 commit b45a1d2
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 @@ -211,7 +211,7 @@ schema.yml file.
You can use the helper function codegen.get_models and specify a directory and/or prefix to get a list of all matching models, to be passed into model_names list.

```
{% set models_to_generate = codegen.get_models(directory='marts','prefix='fct_') %}
{% set models_to_generate = codegen.get_models(directory='marts', prefix='fct_') %}
{{ codegen.generate_model_yaml(
model_names = models_to_generate
) }}
Expand Down

0 comments on commit b45a1d2

Please sign in to comment.