From 1c744f9e69053777c32e474f7140959dde1f3a47 Mon Sep 17 00:00:00 2001 From: Matthieu Caneill Date: Fri, 24 May 2024 15:17:35 +0200 Subject: [PATCH] Add in docstring --- src/dbt_score/models.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dbt_score/models.py b/src/dbt_score/models.py index 42caed1..f644ac8 100644 --- a/src/dbt_score/models.py +++ b/src/dbt_score/models.py @@ -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.