tapdata-sdk 0.2.0__py3-none-any.whl → 0.3.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tapdata_sdk/__init__.py +1 -1
- {tapdata_sdk-0.2.0.dist-info → tapdata_sdk-0.3.0.dist-info}/METADATA +3 -1
- {tapdata_sdk-0.2.0.dist-info → tapdata_sdk-0.3.0.dist-info}/RECORD +6 -6
- {tapdata_sdk-0.2.0.dist-info → tapdata_sdk-0.3.0.dist-info}/WHEEL +0 -0
- {tapdata_sdk-0.2.0.dist-info → tapdata_sdk-0.3.0.dist-info}/licenses/LICENSE +0 -0
- {tapdata_sdk-0.2.0.dist-info → tapdata_sdk-0.3.0.dist-info}/top_level.txt +0 -0
tapdata_sdk/__init__.py
CHANGED
|
@@ -20,7 +20,7 @@ Examples:
|
|
|
20
20
|
>>> client.tasks.stop(tasks[0].id)
|
|
21
21
|
"""
|
|
22
22
|
from .client import TapdataClient, ConnectionClient, TaskClient
|
|
23
|
-
from .models import Connection, Task, TaskLog
|
|
23
|
+
from .models import Connection, Task, TaskLog, TaskDetail, TaskRelation
|
|
24
24
|
from .enums import ConnectionType, DatabaseType, Status, LogLevel
|
|
25
25
|
from .exceptions import (
|
|
26
26
|
TapdataError,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tapdata_sdk
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: A Python client library for interacting with Tapdata API
|
|
5
5
|
Author-email: doubled <309294891@qq.com>
|
|
6
6
|
License: MIT
|
|
@@ -321,6 +321,8 @@ isort tapdata_sdk/
|
|
|
321
321
|
```
|
|
322
322
|
|
|
323
323
|
## Changelog
|
|
324
|
+
### v0.3.0 (2026-02-03)
|
|
325
|
+
- ✨ added TaskDetail and TaskRelation function
|
|
324
326
|
|
|
325
327
|
### v0.2.0 (2026-01-29)
|
|
326
328
|
- ✨ Refactored code architecture with modular design
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
tapdata_sdk/__init__.py,sha256=
|
|
1
|
+
tapdata_sdk/__init__.py,sha256=aJPKZC_GByqMDTowZN02kW1UvaMm4_gOZ0uvRDs5-Os,1358
|
|
2
2
|
tapdata_sdk/client.py,sha256=SJ6pTHJUmpkBHT1YnijHUzkzCs0miQsoAocjIWBmkL4,14543
|
|
3
3
|
tapdata_sdk/enums.py,sha256=ywCPyswMdbISvuII9Lv7QSmwHUbfqsQB3mK_UPV7C9A,1160
|
|
4
4
|
tapdata_sdk/exceptions.py,sha256=Edm1P6Aghb7wJhUOubYU9JuxcQrfI_WGn3wnX4ukH7Y,627
|
|
5
5
|
tapdata_sdk/models.py,sha256=3WMU3KPYaZorM8f5BE_IG3bQiTjYeFhE0oc8ZsgAr7A,6217
|
|
6
6
|
tapdata_sdk/utils.py,sha256=ojPuW9YwW7dkb0nLJ46_IgMbOzor7DtppYDBuN4nCiY,2682
|
|
7
|
-
tapdata_sdk-0.
|
|
8
|
-
tapdata_sdk-0.
|
|
9
|
-
tapdata_sdk-0.
|
|
10
|
-
tapdata_sdk-0.
|
|
11
|
-
tapdata_sdk-0.
|
|
7
|
+
tapdata_sdk-0.3.0.dist-info/licenses/LICENSE,sha256=g3faROod99RM6X9tAOfJ_7LsPxI1sOISYpIy2w9VexQ,1064
|
|
8
|
+
tapdata_sdk-0.3.0.dist-info/METADATA,sha256=qEaWfiU2x2bzRT4gAJOgYvfNG_gQP2i6ukZzwGGXtoA,8139
|
|
9
|
+
tapdata_sdk-0.3.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
10
|
+
tapdata_sdk-0.3.0.dist-info/top_level.txt,sha256=YNIwm3uNhULMB32qsLcj-zAoL5yYMKWJbXnstNsIYNk,12
|
|
11
|
+
tapdata_sdk-0.3.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|