-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: invalid literal for int() with base 10: 'Second' #1369
Comments
@apparao84 If you wrap your code in triple backticks, it will format it as code. print("formatted as code!") |
@jorwoods We are not even able to retrieve/get any data from server.tasks library. Seems it is an issue with server.tasks library itself. If we run the same code for different library server.jobs or server.datasources we are able to print the data. We had this script running successfully for more than a year now and since last week it is not completing successfully. We are running below same script provided in Tableau Server client API reference guide to print the data from server.tasks and getting below error. Example code (Reference to code : https://tableau.github.io/server-client-python/docs/api-ref#tasks)
Error we are getting:
|
I realized we have an existing bug open to deal with these interval types, so I'll close this issue in favor of the existing #1358 |
Describe the bug
When calling the IncrementalExtract refresh bridge refresh script as mentioned below We are getting below error. This worked successfully until last week.
Versions
Details of your environment, including:
Tableau Online
Python version: 3.8
TSC library version 3.22
To Reproduce
Steps to reproduce the behavior. Please include a code snippet where possible.
Results
What are the results or error messages received?
The text was updated successfully, but these errors were encountered: