Tableau Migration SDK 5.1.1
  • Articles
  • Code Samples
  • Python API Reference
  • C# API Reference
Show / Hide Table of Contents
  • tableau_migration
    • migration
      • get_service
      • get_service_provider
      • PyMigrationResult
      • PyMigrationManifest
      • PyMigrationCompletionStatus
      • PyContentReference
      • PyContentLocation
      • PyPipelineProfile
      • PyResult
    • migration_api_rest
      • PyRestIdentifiable
    • migration_api_rest_models
      • PyAdministratorLevels
      • PyContentPermissions
      • PyLabelCategories
      • PyLicenseLevels
      • PyPermissionsCapabilityModes
      • PyPermissionsCapabilityNames
      • PySiteRoles
      • PyExtractEncryptionModes
    • migration_api_rest_models_types
      • PyAuthenticationTypes
      • PyDataSourceFileTypes
      • PyWorkbookFileTypes
    • migration_content
      • PyCloudSubscription
      • PySubscription
      • PySubscriptionContent
      • PyTag
      • PyUser
      • PyUserAuthenticationType
      • PyUsernameContent
      • PyServerSubscription
      • PyView
      • PyWithOwner
      • PyWithTags
      • PyWithWorkbook
      • PyWorkbook
      • PyWorkbookDetails
      • PyWithDomain
      • PyPublishedContent
      • PyPublishableGroup
      • PyConnection
      • PyConnectionsContent
      • PyContainerContent
      • PyCustomView
      • PyDataSource
      • PyDataSourceDetails
      • PyPublishableWorkbook
      • PyDescriptionContent
      • PyGroup
      • PyGroupUser
      • PyLabel
      • PyProject
      • PyPublishableCustomView
      • PyPublishableDataSource
      • PyExtractContent
    • migration_content_permissions
      • PyPermissions
      • PyGranteeType
      • PyGranteeCapability
      • PyCapability
    • migration_content_schedules
      • PyInterval
      • PyFrequencyDetails
      • PyExtractRefreshTask
      • PyExtractRefreshContentType
      • PySchedule
      • PyWithSchedule
    • migration_content_schedules_cloud
      • PyCloudSchedule
      • PyCloudExtractRefreshTask
    • migration_content_schedules_server
      • PyServerSchedule
      • PyServerExtractRefreshTask
    • migration_engine
      • PyServerToCloudMigrationPlanBuilder
      • PyMigrationPlanBuilder
      • PyMigrationPlan
      • PyContentMigrationItem
    • migration_engine_actions
      • PyMigrationActionResult
    • migration_engine_endpoints_search
      • PySourceContentReferenceFinder
      • PySourceContentReferenceFinderFactory
      • PyDestinationContentReferenceFinderFactory
      • PyDestinationContentReferenceFinder
    • migration_engine_hooks
      • PyMigrationHookBuilder
      • PyMigrationHookFactoryCollection
    • migration_engine_hooks_filters
      • PyContentFilterBuilder
    • migration_engine_hooks_filters_interop
      • PyContentFilterBase
    • migration_engine_hooks_interop
      • PyInitializeMigrationHookBase
      • PyMigrationActionCompletedHookBase
      • PyContentBatchMigrationCompletedHookBase
    • migration_engine_hooks_mappings
      • PyContentMappingContext
      • PyContentMappingBuilder
    • migration_engine_hooks_mappings_interop
      • PyContentMappingBase
      • PyTableauCloudUsernameMappingBase
    • migration_engine_hooks_postpublish
      • PyContentItemPostPublishContext
      • PyBulkPostPublishContext
    • migration_engine_hooks_postpublish_interop
      • PyContentItemPostPublishHookBase
      • PyBulkPostPublishHookBase
    • migration_engine_hooks_results
      • PyInitializeMigrationHookResult
    • migration_engine_hooks_transformers
      • PyContentTransformerBuilder
    • migration_engine_hooks_transformers_interop
      • PyXmlContentTransformerBase
      • PyContentTransformerBase
    • migration_engine_manifest
      • PyMigrationManifestEntryEditor
      • PyMigrationManifestEntryStatus
      • PyMigrationManifestSerializer
      • PyMigrationManifestEntry
    • migration_engine_migrators
      • PyContentItemMigrationResult
      • PyMigrator
    • migration_engine_migrators_batch
      • PyContentBatchMigrationResult
    • migration_engine_options
      • PyMigrationPlanOptionsBuilder
      • PyMigrationPlanOptionsCollection
    • migration_engine_pipelines
      • PyMigrationPipelineContentType
      • PyServerToCloudMigrationPipeline
    • migration_enum
    • migration_logger
      • MigrationLogger
    • migration_services
      • ScopedMigrationServices

tableau_migration

Tableau Migration SDK package that wraps the dotnet implementation.

Modules

migration Wrapper for classes in Tableau.Migration namespace.
migration_api_rest Wrapper for classes in Tableau.Migration.Api.Rest namespace.
migration_api_rest_models Wrapper for classes in Tableau.Migration.Api.Rest.Models namespace.
migration_api_rest_models_types Wrapper for classes in Tableau.Migration.Api.Rest.Models.Types namespace.
migration_content Wrapper for classes in Tableau.Migration.Content namespace.
migration_content_permissions Wrapper for classes in Tableau.Migration.Content.Permissions namespace.
migration_content_schedules Wrapper for classes in Tableau.Migration.Content.Schedules namespace.
migration_content_schedules_cloud Wrapper for classes in Tableau.Migration.Content.Schedules.Cloud namespace.
migration_content_schedules_server Wrapper for classes in Tableau.Migration.Content.Schedules.Server namespace.
migration_engine Wrapper for classes in Tableau.Migration.Engine namespace.
migration_engine_actions Wrapper for classes in Tableau.Migration.Engine.Actions namespace.
migration_engine_endpoints_search Wrapper for classes in Tableau.Migration.Engine.Endpoints.Search namespace.
migration_engine_hooks Wrapper for classes in Tableau.Migration.Engine.Hooks namespace.
migration_engine_hooks_filters Wrapper for classes in Tableau.Migration.Engine.Hooks.Filters namespace.
migration_engine_hooks_filters_interop Interoperability utility for filters.
migration_engine_hooks_interop Interoperability utility for hooks.
migration_engine_hooks_mappings Wrapper for classes in Tableau.Migration.Engine.Hooks.Mappings namespace.
migration_engine_hooks_mappings_interop Interoperability utility for mappings.
migration_engine_hooks_postpublish Wrapper for classes in Tableau.Migration.Engine.Hooks.PostPublish namespace.
migration_engine_hooks_postpublish_interop Interoperability utility for post publish hooks.
migration_engine_hooks_results Wrapper for result classes in Tableau.Migration.Engine.Hooks namespace.
migration_engine_hooks_transformers Wrapper for classes in Tableau.Migration.Engine.Hooks.Transformers namespace.
migration_engine_hooks_transformers_interop Interoperability utility for transformers.
migration_engine_manifest Wrapper for classes in Tableau.Migration.Engine.Manifest namespace.
migration_engine_migrators Wrapper for classes in Tableau.Migration.Engine.Migrators namespace.
migration_engine_migrators_batch Wrapper for classes in Tableau.Migration.Engine.Migrators.Batch namespace.
migration_engine_options Wrapper for classes in Tableau.Migration.Engine.Options namespace.
migration_engine_pipelines Wrapper for classes in Tableau.Migration.Engine.Pipelines namespace.
migration_enum Enumeration-related Python utility for the Migration SDK.
migration_logger Migration Logger implementation.
migration_services Service-related Python utility for the Migration SDK.
In this article