The Tableau Migration SDK is a client library to build an application to facilitate migration of content between Tableau environments. It is designed for moving from Tableau Server to Tableau Cloud.
Quickstart:
- Install a .NET Runtime.
- For Python install using PIP:
- PIP CLI:
pip install tableau_migration
- PIP CLI:
- For C# install using NuGet:
- dotnet CLI:
dotnet add package Tableau.Migration
- Nuget Package Manager: Search for
Tableau.Migration
.
- dotnet CLI:
- Then check out our code samples.
To look at source code and delve deeper, first clone the repo:
- Open a command line interface.
cd
to the parent directory where the repo directory will live.git clone https://github.com/tableau/tableau-migration-sdk.git
After cloning the repo:
- Open
Migration SDK.sln
using Visual Studio or Visual Studio Code.
- Understanding the Migration SDK
- Preparing Your Migration
- Migrating to Tableau Cloud