PyMigrator
class PyMigrator
Bases: object
Interface for an object that can migration Tableau data between Tableau sites.
__init__()
Default init.
Returns: None.
- Return type: None
Methods
__init__ () |
Default init. |
---|---|
execute (plan[, previous_manifest, cancel]) |
Executes a migration asynchronously. |
execute(plan, previous_manifest=None, cancel=None)
Executes a migration asynchronously.
Args: : plan: The migration plan to execute. previous_manifest: A manifest from a previous migration of the same plan to use to determine what progress has already been made. cancel: The cancellation token to obey.
Returns: The results of the migration.
- Parameters:
- plan (PyMigrationPlan)
- previous_manifest (PyMigrationManifest)