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

Missing Run Flow Now method #52

Closed kenpayson closed 3 years ago

kenpayson commented 3 years ago

The Tableau method Run Flow Now is not available in tableau-api-lib.

divinorum-webb commented 3 years ago

Hey @kenpayson if you run pip install -U tableau-api-lib this endpoint is now supported in the latest update. Let me know if it is working for you.

kenpayson commented 3 years ago

Elliott, Yes, it is working. Thanks for the help!

On Wed, Oct 20, 2021 at 4:03 PM Elliott @.***> wrote:

Hey @kenpayson https://github.com/kenpayson if you run pip install -U tableau-api-lib this endpoint is now supported in the latest update. Let me know if it is working for you.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/divinorum-webb/tableau-api-lib/issues/52#issuecomment-947994538, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADQZIIJT35XVWZAMZLJ6OJLUH4OCFANCNFSM5GKNGDUQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Ken Payson 703-627-0365

divinorum-webb commented 3 years ago

You're welcome! Thanks for pointing out the issue.