Skip to content

Commit f65ad26

Browse files
committed
Metadata model fix
1 parent 08c2e1d commit f65ad26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esgf_playground_utils/models/kafka.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class Metadata(BaseModel):
127127
Multiple metadata attributes required for ESGF but not part of the STAC payload.
128128
"""
129129

130-
auth: Auth | AuthData
130+
auth: Union[Auth, AuthData]
131131
publisher: Publisher
132132
time: datetime
133133
schema_version: str

0 commit comments

Comments
 (0)