Skip to content

Commit 03decc4

Browse files
feat(api): api update (#23)
1 parent dd99783 commit 03decc4

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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: 68
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-8495df8dac8754464d36f9f117ed882c5bc65aeb0bd22e76a2e0cf348f23d941.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-ee37f8c507467e4f519c00e4be1534035d89b52a2745d99900e1cc9998b968f0.yml

src/asktable/resources/datasources/meta.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def create(
6363
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
6464
) -> object:
6565
"""
66-
创建数据源的 meta
66+
创建或刷新 数据源的 meta
6767
6868
如果上传了 meta,则使用用户上传的数据创建。
6969
@@ -96,7 +96,7 @@ def create(
9696
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
9797
) -> object:
9898
"""
99-
创建数据源的 meta
99+
创建或刷新 数据源的 meta
100100
101101
如果上传了 meta,则使用用户上传的数据创建。
102102
@@ -194,7 +194,7 @@ def update(
194194
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
195195
) -> object:
196196
"""
197-
Pull Latest Meta And Update
197+
用于更新 DB 类型的数据源的 Meta(增加新表或者删除老表)
198198
199199
Args:
200200
name: metadata_name
@@ -223,7 +223,7 @@ def update(
223223
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
224224
) -> object:
225225
"""
226-
Pull Latest Meta And Update
226+
用于更新 DB 类型的数据源的 Meta(增加新表或者删除老表)
227227
228228
Args:
229229
extra_headers: Send extra headers
@@ -305,7 +305,7 @@ async def create(
305305
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
306306
) -> object:
307307
"""
308-
创建数据源的 meta
308+
创建或刷新 数据源的 meta
309309
310310
如果上传了 meta,则使用用户上传的数据创建。
311311
@@ -338,7 +338,7 @@ async def create(
338338
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
339339
) -> object:
340340
"""
341-
创建数据源的 meta
341+
创建或刷新 数据源的 meta
342342
343343
如果上传了 meta,则使用用户上传的数据创建。
344344
@@ -436,7 +436,7 @@ async def update(
436436
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
437437
) -> object:
438438
"""
439-
Pull Latest Meta And Update
439+
用于更新 DB 类型的数据源的 Meta(增加新表或者删除老表)
440440
441441
Args:
442442
name: metadata_name
@@ -465,7 +465,7 @@ async def update(
465465
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
466466
) -> object:
467467
"""
468-
Pull Latest Meta And Update
468+
用于更新 DB 类型的数据源的 Meta(增加新表或者删除老表)
469469
470470
Args:
471471
extra_headers: Send extra headers

0 commit comments

Comments
 (0)