Skip to content

Commit 9433649

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): api update (#36)
1 parent 3d90aa2 commit 9433649

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 70
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-66a7fb2832b4895a6ee91a39040f6fcc3943bb1502c2a28e9788e1907942b60c.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-c28ac8e3f537654c4dc097e35f709a9392f874820f3fa6670301abf58a70eae7.yml

src/asktable/types/data_source.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ class DataSource(BaseModel):
5454
meta_status: Literal["processing", "failed", "warning", "success", "unprocessed"]
5555
"""元数据处理状态"""
5656

57+
modified_at: datetime
58+
"""修改时间"""
59+
5760
project_id: str
5861
"""项目 ID"""
5962

0 commit comments

Comments
 (0)