-
Notifications
You must be signed in to change notification settings - Fork 436
ValueError: project_id must be defined #974
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
Comments
May be similar to #930 |
Yes it is similar to #930 , do we have any solution for this ? |
Hi together, |
Hi everyone, I'm also running into this exact issue when trying to query all workbooks. I can also confirm that this is related to the "Personal Space" feature, which would make sense since if I'm understanding the wording in https://help.tableau.com/current/pro/desktop/en-us/personal_space.htm correctly, Workbooks created in a Personal Space aren't associated with a project by design. Is there a reason that the project_id field is required for creating a workbook? Or can we make that an optional parameter without issue? |
Left a PR to remove the requirement for project_id to not be |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I am running into error: ValueError: project_id must be defined.
Below is the code:
The text was updated successfully, but these errors were encountered: