Skip to content

Commit 1f0be2e

Browse files
authored
db name optional (#1771)
1 parent c9a7084 commit 1f0be2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elementary/monitor/fetchers/models/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def load_meta(cls, meta):
5656

5757

5858
class SnapshotSchema(ArtifactSchema):
59-
database_name: str
59+
database_name: Optional[str] = None
6060
schema_name: str
6161
depends_on_macros: str
6262
depends_on_nodes: str

0 commit comments

Comments
 (0)