Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 8f1ff70

Browse files
author
Sung Won Chung
committed
Merge branch 'update-dbt-artifact-versions' of https://github.com/datafold/data-diff into update-dbt-artifact-versions
2 parents 3ca6889 + 8abcb73 commit 8f1ff70

File tree

3 files changed

+9493
-3
lines changed

3 files changed

+9493
-3
lines changed

data_diff/dbt_config_validators.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
class ManifestJsonConfig(BaseModel):
77
class Metadata(BaseModel):
88
dbt_version: str = Field(..., regex=r"^\d+\.\d+\.\d+([a-zA-Z0-9]+)?$")
9-
project_id: str
10-
user_id: str
9+
project_id: Optional[str]
10+
user_id: Optional[str]
1111

1212
class Nodes(BaseModel):
1313
class Config(BaseModel):

0 commit comments

Comments
 (0)