Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CorsettiS authored Aug 9, 2024
1 parent 40a253a commit 8cde3a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cosmos/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ def validate_project(self) -> None:
if self.dbt_project_path:
project_yml_path = self.dbt_project_path / "dbt_project.yml"
mandatory_paths = {
"dbt_project.yml": project_yml_path else None,
"models directory ": self.models_path else None,
"dbt_project.yml": project_yml_path,
"models directory": self.models_path,
}
if self.manifest_path:
mandatory_paths["manifest"] = self.manifest_path
Expand Down

0 comments on commit 8cde3a8

Please sign in to comment.