Skip to content

Commit

Permalink
Add in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieucan committed May 24, 2024
1 parent 6c3ff87 commit 1c744f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dbt_score/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ class Model:
database: The database name of the model.
schema: The schema name of the model.
raw_code: The raw code of the model.
language: The language of the model, e.g. sql.
access: The access level of the model, e.g. public.
alias: The alias of the model.
patch_path: The yml path of the model, e.g. `package://model_dir/dir/file.yml`.
tags: The list of tags attached to the model.
Expand Down

0 comments on commit 1c744f9

Please sign in to comment.