W-22252550: Replace TDE sample workbook with Hyper extract; add per-step error handling#109
Closed
jacalata wants to merge 11 commits into
Closed
W-22252550: Replace TDE sample workbook with Hyper extract; add per-step error handling#109jacalata wants to merge 11 commits into
jacalata wants to merge 11 commits into
Conversation
Updating version numbers from 3.0 to 3.1
Updating version numbers from 3.0 to 3.1
Update to change version numbers from 3.0 to 3.1
Update the version number from 3.0 to 3.1
- Also added some debug statements and separated out possible exceptions for easier debugging. - Updated the code to refer to config.properties instead of requiring the user to edit code before running. - Set a default API version so that first run is slightly simpler
Update log4j and jaxb set default API version to reduce startup work
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ror handling The previous World Indicators twbx contained a deprecated .tde datasource which Tableau Cloud rejects on publish. Replace it with a workbook using a .hyper extract in both java/ and java11/. Also update Demo.java to catch exceptions at each step and continue rather than aborting, and append the current time (HH-mm) to the published workbook name to avoid conflicts on re-runs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Thanks for the contribution! Before we can merge this, we need @aaroncarey to sign the Salesforce Inc. Contributor License Agreement. |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
World Indicators-En-US.twbxsample workbook in bothjava/andjava11/with a workbook using a.hyperextract — the previous file contained a deprecated.tdedatasource that Tableau Cloud rejects on publishDemo.javato wrap each REST API step in a try/catch, log the failure reason, and continue rather than aborting on the first errorHH-mm) to the published workbook name so repeated runs don't collideTest plan
java11sample against Tableau Cloud — sign-in, project query, and publish should succeed🤖 Generated with Claude Code