PyMigrationPlan
class PyMigrationPlan(migration_plan)
Bases: object
Default IMigrationPlan implementation.
- Parameters: migration_plan (IMigrationPlan)
__init__(migration_plan)
Default init.
Args: : migration_plan: An object that describes how to perform a migration of Tableau data between sites.
Returns: None.
- Parameters: migration_plan (IMigrationPlan)
- Return type: None
Methods
__init__ (migration_plan) |
Default init. |
---|
Attributes
destination |
Gets the defined destination endpoint configuration. |
---|---|
filters |
Gets the collection of registered filters for each content type. |
hooks |
Gets the collection of registered hooks for each hook type. |
mappings |
Gets the collection of registered mappings for each content type. |
options |
Gets the per-plan options. |
pipeline_profile |
Gets the profile of the pipeline that will be built and executed. |
plan_id |
Gets the per-plan options to supply. |
source |
Gets the defined source endpoint configuration. |
transformers |
Gets the collection of registered transformers for each content type. |
property destination
Gets the defined destination endpoint configuration.
property filters : PyMigrationHookFactoryCollection
Gets the collection of registered filters for each content type.
property hooks : PyMigrationHookFactoryCollection
Gets the collection of registered hooks for each hook type.
property mappings : PyMigrationHookFactoryCollection
Gets the collection of registered mappings for each content type.
property options
Gets the per-plan options.
property pipeline_profile
Gets the profile of the pipeline that will be built and executed.
property plan_id : UUID
Gets the per-plan options to supply.
property source
Gets the defined source endpoint configuration.
property transformers : PyMigrationHookFactoryCollection
Gets the collection of registered transformers for each content type.