tableauserverclient 0.35__py3-none-any.whl → 0.36__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.
- tableauserverclient/bin/_version.py +3 -3
- tableauserverclient/server/endpoint/datasources_endpoint.py +2 -1
- {tableauserverclient-0.35.dist-info → tableauserverclient-0.36.dist-info}/METADATA +2 -2
- {tableauserverclient-0.35.dist-info → tableauserverclient-0.36.dist-info}/RECORD +8 -8
- {tableauserverclient-0.35.dist-info → tableauserverclient-0.36.dist-info}/WHEEL +1 -1
- {tableauserverclient-0.35.dist-info → tableauserverclient-0.36.dist-info}/LICENSE +0 -0
- {tableauserverclient-0.35.dist-info → tableauserverclient-0.36.dist-info}/LICENSE.versioneer +0 -0
- {tableauserverclient-0.35.dist-info → tableauserverclient-0.36.dist-info}/top_level.txt +0 -0
|
@@ -8,11 +8,11 @@ import json
|
|
|
8
8
|
|
|
9
9
|
version_json = '''
|
|
10
10
|
{
|
|
11
|
-
"date": "2025-01-
|
|
11
|
+
"date": "2025-01-10T10:20:30-0800",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "0.
|
|
14
|
+
"full-revisionid": "42cecfe268d494284ca74b49aa4e9bfb6cfa197a",
|
|
15
|
+
"version": "0.36"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
|
@@ -190,7 +190,8 @@ class Datasources(QuerysetEndpoint[DatasourceItem], TaggingMixin[DatasourceItem]
|
|
|
190
190
|
def refresh(self, datasource_item: DatasourceItem, incremental: bool = False) -> JobItem:
|
|
191
191
|
id_ = getattr(datasource_item, "id", datasource_item)
|
|
192
192
|
url = f"{self.baseurl}/{id_}/refresh"
|
|
193
|
-
refresh_req = RequestFactory.Task.refresh_req(incremental)
|
|
193
|
+
# refresh_req = RequestFactory.Task.refresh_req(incremental)
|
|
194
|
+
refresh_req = RequestFactory.Empty.empty_req()
|
|
194
195
|
server_response = self.post_request(url, refresh_req)
|
|
195
196
|
new_job = JobItem.from_response(server_response.content, self.parent_srv.namespace)[0]
|
|
196
197
|
return new_job
|
|
@@ -5,7 +5,7 @@ tableauserverclient/exponential_backoff.py,sha256=HtAfbbVnYtiOe2_ZzKqZmsml40EDZB
|
|
|
5
5
|
tableauserverclient/filesys_helpers.py,sha256=hosTm9fpc9B9_VCDcAuyHA0A-f-MWs9_2utyRweuZ5I,1667
|
|
6
6
|
tableauserverclient/namespace.py,sha256=Zh6QtxNmqPkjRMsefHHX-ycS4r-egnrJ4-hdHvldBHw,963
|
|
7
7
|
tableauserverclient/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
tableauserverclient/bin/_version.py,sha256=
|
|
8
|
+
tableauserverclient/bin/_version.py,sha256=n2vnkG6Mcbg53P1Q_NeRRfwUEMacVFSMXaM0G0afS-U,496
|
|
9
9
|
tableauserverclient/helpers/__init__.py,sha256=llpqF9zV5dsP5hQt8dyop33Op5OzGmxW0BZibaSlCcM,23
|
|
10
10
|
tableauserverclient/helpers/headers.py,sha256=Pg-ZWSgV2Yp813BV1Tzo8F2Hn4P01zscla2RRM4yqNk,411
|
|
11
11
|
tableauserverclient/helpers/logging.py,sha256=5q_oR3wERHVXFXY6XDnLYML5-HdAPJTmqhH9IZg4VfY,113
|
|
@@ -68,7 +68,7 @@ tableauserverclient/server/endpoint/custom_views_endpoint.py,sha256=se-CZ9BF8Cf_
|
|
|
68
68
|
tableauserverclient/server/endpoint/data_acceleration_report_endpoint.py,sha256=he-MVqCvAQo8--icEKFoIV2KUP6Z1s_PJ2uZ8Xpj2f8,1130
|
|
69
69
|
tableauserverclient/server/endpoint/data_alert_endpoint.py,sha256=ZNotgG3hBpR7fo8eDTXx_gSppF2n25GQ3udwF3MKFLk,5203
|
|
70
70
|
tableauserverclient/server/endpoint/databases_endpoint.py,sha256=3kl7YCCJB_DY88QiJxKvtarDV7kPApGYtIcr7d7l8k0,5705
|
|
71
|
-
tableauserverclient/server/endpoint/datasources_endpoint.py,sha256=
|
|
71
|
+
tableauserverclient/server/endpoint/datasources_endpoint.py,sha256=_hkXw8v0leK-XMeOYzWEQg8n3QTRCvFxE6TSama2a3Q,22936
|
|
72
72
|
tableauserverclient/server/endpoint/default_permissions_endpoint.py,sha256=bZlhDqu6jFyC4vbrdC3Nn1cWRJWRz0mhxco9hRUouJA,4327
|
|
73
73
|
tableauserverclient/server/endpoint/dqw_endpoint.py,sha256=hN2UsyM3hrUsIK9CudSBB-WXNa0TeUU7Zjeol0njIXI,2155
|
|
74
74
|
tableauserverclient/server/endpoint/endpoint.py,sha256=pYr-l3GLK8Fvh46U_VdaJLLerd2GBJXJk_x94RQ-ZeE,14113
|
|
@@ -98,9 +98,9 @@ tableauserverclient/server/endpoint/views_endpoint.py,sha256=d_vy0PJGyeOqQPtLflS
|
|
|
98
98
|
tableauserverclient/server/endpoint/virtual_connections_endpoint.py,sha256=K5R86aIm4hZeYw3OUOlKv-zTmsWa3np1iuV_h5iPvt0,8458
|
|
99
99
|
tableauserverclient/server/endpoint/webhooks_endpoint.py,sha256=nmEjKdbntwBg-0XAP2TluOv2v8usqxXg7sO8ogS5rDI,4923
|
|
100
100
|
tableauserverclient/server/endpoint/workbooks_endpoint.py,sha256=WaECiTbWl5yL2S4qUcMgiwYzkth2ZQieQs_0HD57Omg,43323
|
|
101
|
-
tableauserverclient-0.
|
|
102
|
-
tableauserverclient-0.
|
|
103
|
-
tableauserverclient-0.
|
|
104
|
-
tableauserverclient-0.
|
|
105
|
-
tableauserverclient-0.
|
|
106
|
-
tableauserverclient-0.
|
|
101
|
+
tableauserverclient-0.36.dist-info/LICENSE,sha256=MMkY7MguOb4L-WCmmqrVcwg2iwSGaz-RfAMFvXRXwsQ,1074
|
|
102
|
+
tableauserverclient-0.36.dist-info/LICENSE.versioneer,sha256=OYaGozOXk7bUNSm1z577iDYpti8a40XIqqR4lyQ47D8,334
|
|
103
|
+
tableauserverclient-0.36.dist-info/METADATA,sha256=QBYg21JlbEA93kGx7FFN_mDrReOe-TB_0Cqc_F2AhGs,4329
|
|
104
|
+
tableauserverclient-0.36.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
105
|
+
tableauserverclient-0.36.dist-info/top_level.txt,sha256=kBnL39G2RlGqxJSsShDBWG4WZ3NFcWJkv1EGiOfZh4Q,20
|
|
106
|
+
tableauserverclient-0.36.dist-info/RECORD,,
|
|
File without changes
|
{tableauserverclient-0.35.dist-info → tableauserverclient-0.36.dist-info}/LICENSE.versioneer
RENAMED
|
File without changes
|
|
File without changes
|