Skip to content
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

Add support for retrieving, creating/configuring, and executing linked tasks. #1423

Closed
CodingOnWindowsOS opened this issue Jul 22, 2024 · 6 comments

Comments

@CodingOnWindowsOS
Copy link

CodingOnWindowsOS commented Jul 22, 2024

Current REST API Support
Get linked tasks: https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_flow.htm#get_flow_run_tasks1
Run linked task: https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_flow.htm#run_flow_now1

Add REST API Support
I don't believe the ability to create and configure a linked task is currently supported by the REST API. A linked task can be configured when on the page (https://your_server/#/flows/2490/scheduledTasks) displaying a specific flow by clicking "Scheduled Tasks" and then "New Task." Additionally, server.tasks.get and similar strategies for retrieving task info on the server using TSC currently defaults to only retrieves extract refresh tasks (task_type='extractRefresh').

@CodingOnWindowsOS CodingOnWindowsOS added enhancement needs investigation Issue needs to be looked at by Tableau labels Jul 22, 2024
@jorwoods
Copy link
Contributor

Adding support for reading linked tasks to TSC is currently a WIP.

@jorwoods
Copy link
Contributor

Support for reading and running linked tasks in #1424

@CodingOnWindowsOS
Copy link
Author

CodingOnWindowsOS commented Aug 14, 2024

Support for reading and running linked tasks in #1424
@jorwoods
Is there any update that can be provided on making this available?

@jacalata
Copy link
Contributor

I'm afraid he can't create releases, but there should be one this week or next.

@jacalata jacalata added fixed 0.33 and removed needs investigation Issue needs to be looked at by Tableau labels Aug 22, 2024
@CodingOnWindowsOS
Copy link
Author

I'm afraid he can't create releases, but there should be one this week or next.

Thanks! I'm rather ignorant on how this process works. I appreciate the comment and update.

@jacalata
Copy link
Contributor

This is now released - sorry for the delay!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants