Skip to content

Commit

Permalink
Include single model example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robastel authored Apr 16, 2024
1 parent a7cd109 commit b7206ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,11 @@ dbt-invoke properties <options>
# Create/update property files for all models in a models/marts directory
dbt-invoke properties --models marts
# Create/update property files for a 'users' model
dbt-invoke properties --models users
# Create/update property files for a 'users' model and an 'orders' models
# Create/update property files for a 'users' model and an 'orders' model
dbt-invoke properties --models users,orders
# Create/update property files for a 'users' model and all downstream models
Expand Down

0 comments on commit b7206ab

Please sign in to comment.