Skip to content

v1.1.0

Compare
Choose a tag to compare
@rbanderton rbanderton released this 15 Feb 23:11
· 31 commits to main since this release
4b6e180

Tableau Migration SDK v1.1.0

New Features

  • Added Python configuration through environment variable.
  • A warning is generated when the extract encryption site setting is enabled on the source but not on the destination.

Fixes

  • Fixed re-authentication firing multiple times at once.
  • Clarified and expanded log messages when permission transformer fails to find users/groups.
  • Fixed ArgumentException in NetworkTraceRedactor.
  • Fixed Python test warnings.

Documentation

  • Documented .NET Runtime dependency in readme.

Known Issues

  • Workbooks using Tableau Server data sources with TWBX files larger than 2 GB fail to migrate.
  • Custom XML transformers for workbooks and data sources do not support files larger than 2 GB.
  • Hook context objects do not have Python wrapper objects. Context objects should be access through Python.NET interop.
  • Python wrapper objects cannot be accessed through dependency injection. .NET object can be injected and python wrappers built from them.
  • Some sample hooks in documentation only include C# sample code.