Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 68
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-8495df8dac8754464d36f9f117ed882c5bc65aeb0bd22e76a2e0cf348f23d941.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-ee37f8c507467e4f519c00e4be1534035d89b52a2745d99900e1cc9998b968f0.yml
16 changes: 8 additions & 8 deletions src/asktable/resources/datasources/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def create(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> object:
"""
创建数据源的 meta
创建或刷新 数据源的 meta

如果上传了 meta,则使用用户上传的数据创建。

Expand Down Expand Up @@ -96,7 +96,7 @@ def create(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> object:
"""
创建数据源的 meta
创建或刷新 数据源的 meta

如果上传了 meta,则使用用户上传的数据创建。

Expand Down Expand Up @@ -194,7 +194,7 @@ def update(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> object:
"""
Pull Latest Meta And Update
用于更新 DB 类型的数据源的 Meta(增加新表或者删除老表)

Args:
name: metadata_name
Expand Down Expand Up @@ -223,7 +223,7 @@ def update(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> object:
"""
Pull Latest Meta And Update
用于更新 DB 类型的数据源的 Meta(增加新表或者删除老表)

Args:
extra_headers: Send extra headers
Expand Down Expand Up @@ -305,7 +305,7 @@ async def create(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> object:
"""
创建数据源的 meta
创建或刷新 数据源的 meta

如果上传了 meta,则使用用户上传的数据创建。

Expand Down Expand Up @@ -338,7 +338,7 @@ async def create(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> object:
"""
创建数据源的 meta
创建或刷新 数据源的 meta

如果上传了 meta,则使用用户上传的数据创建。

Expand Down Expand Up @@ -436,7 +436,7 @@ async def update(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> object:
"""
Pull Latest Meta And Update
用于更新 DB 类型的数据源的 Meta(增加新表或者删除老表)

Args:
name: metadata_name
Expand Down Expand Up @@ -465,7 +465,7 @@ async def update(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> object:
"""
Pull Latest Meta And Update
用于更新 DB 类型的数据源的 Meta(增加新表或者删除老表)

Args:
extra_headers: Send extra headers
Expand Down