You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's new
Added Elapsed time timers for current migration, as well as currently migrating resources. Timers are available at the bottom right of the app, and times are displayed in the main status message area.
Migration manifests are now saved by default after a run to manifest.json in the app folder.
Added version number to the app title bar.
Added a help button next to the Run/Resume migration split button.
What's changed
Removed Checkbox on Default domain mapping, it is now disabled if no value is provided.
Labels to user mapping configuration changed to make it clearer that they are optional
Fixed the app to display in Light mode since no dark mode themes are present and implemented
Unbounded the app so that it can be stretched both horizontally, vertically, and maximized. However, a fixed max width is set to elements to prevent them from overstretching.
Updated to Tableau Migration SDK v5.0.*
Bug Fixes
Fixed User File Mapping validation messages mismatching other components
Made changes to the spacing between components for better visual clarity.
Fixed a bug where the status display messages would show the Resource header several times if there were large batches of resources migrating.
Fixed an issue where the progress bar was offset by one stage when migrating.
Fixed an issue where canceling a migration did not occur until after the users saved the manifest. Cancelation now occurs the moment the button is clicked.
Known Issues
Binaries are not signed and users will be prompted with security warnings when run.
The app cannot distinguish when it is being rate limited. The user will need to open the logs to identify that it is happening.