-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update for latest TableauScraping and protect against failures due to breaking changes in that library #4
Comments
Thanks for reporting this - yes it looks like that TableauScraping library is still pretty unstable (it's pre-1.0). I'm going to upgrade this script, then pin a version and switch to using Dependabot to apply future upgrades. |
I've enabled Dependabot, so hopefully it will create a pull request bumping TableauScraper shortly... which should fail, because of this breaking change. |
... that worked, here's the Dependabot PR: #5 |
... and the tests for that failed with:
|
OK, this should be fixed in the new release: https://github.com/simonw/tableau-to-sqlite/releases/tag/0.2.1 |
I have a Github Actions scraper using this that started erroring out earlier today. Digging into the code a little, I found this update to TableauScraping, which seems like it renamed dashboards to workbooks? I don't know enough about the code to know for sure.
My error log says:
AttributeError: 'TableauScraper' object has no attribute 'getDashboard'
The text was updated successfully, but these errors were encountered: