This commit is contained in:
Xi Yan 2024-10-22 20:00:43 -07:00
parent 821810657f
commit aefa84e70a
5 changed files with 117 additions and 54 deletions

View file

@ -20,7 +20,7 @@ class DatasetDef(BaseModel):
identifier: str = Field(
description="A unique name for the dataset",
)
columns_schema: Dict[str, ParamType] = Field(
dataset_schema: Dict[str, ParamType] = Field(
description="The schema definition for this dataset",
)
url: URL