| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Fixes #1317 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add test cases for trailing slash, root-level disambiguation (API returns same-named projects at different hierarchy levels), duplicate siblings (first result is used), deep three-level paths, and names containing spaces. Add three new XML fixture files to support these scenarios. Improve the get_by_path docstring to document the client-side root-level parentProjectId filter, the duplicate-name tie-break, and the empty-component-stripping behavior. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Closes #1227
Schema compliance
parentProjectId is a valid resourceIdType attribute on projectType in the Tableau REST API XSD (confirmed in ts-api_3_29.xsd). RequestOptions.Field.ParentProjectId = "parentProjectId" matches the schema exactly. The Projects endpoint's existing filter() docstring lists parent_project_id as a supported server-side filter.
Test plan
🤖 Generated with Claude Code