You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cosmos/config.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -165,8 +165,7 @@ class ProjectConfig:
165
165
:param copy_dbt_packages: Copy dbt_packages directory, if it exists, instead of creating a symbolic link. If not set, fetches the value from [cosmos]default_copy_dbt_packages (False by default).
166
166
:param models_relative_path: The relative path to the dbt models directory within the project. Defaults to models
167
167
:param seeds_relative_path: The relative path to the dbt seeds directory within the project. Defaults to seeds
168
-
:param snapshots_relative_path: The relative path to the dbt snapshots directory within the project. Defaults to
169
-
snapshots
168
+
:param snapshots_relative_path: The relative path to the dbt snapshots directory within the project. Defaults to snapshots
170
169
:param manifest_path: The absolute path to the dbt manifest file. Defaults to None
171
170
:param manifest_conn_id: Name of the Airflow connection used to access the manifest file if it is not stored locally. Defaults to None
172
171
:param project_name: Allows the user to define the project name.
0 commit comments