Closed jorwoods closed 10 months ago
Seems that the token for the test coverage has some missing permissions. https://github.com/tableau/server-client-python/settings/actions
@jacalata could you take a look at the issue here with generating test coverage: https://github.com/tableau/server-client-python/actions/runs/6527723147/job/17869783004?pr=1297
My thoughts on resolving #1290 and adding type annotations on tasks. I noticed at the moment, running a task returns the raw
bytes
from the server response. A change to the TSC API would be consuming that response and returning aJobItem
.