divinorum-webb / tableau-api-lib

An API library that allows developers to call on the methods listed in Tableau's REST API documentation.
MIT License
96 stars 34 forks source link

Add flow run endpoints #97

Closed aldin-apple closed 2 years ago

aldin-apple commented 2 years ago

Add ability to work with flow run endpoints to the API library. These are useful for checking up on a running flow's status (e.g. after using the "run_flow_now" method).

I have attempted to adhere to the current library's implementation and standard as best as possible, please feel free to make edits and contact me at aldin@apple.com if there are any questions.

Link to Tableau REST API documentation for reference: https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_flow.htm#get_flow_run

divinorum-webb commented 2 years ago

Thanks for the contribution, @aldin-apple !