In version 6.1.0, the Python wrapper for IFlow exists, allowing easy skipping of Flow content during a migration run. However, there is no Python wrapper for the .NET namespace object IServerFlowRunTask.
Current hypothesized workaround to skip these tasks:
from Tableau.Migration.Content.Schedules.Server import IServerFlowRunTask
plan_builder.skip_content_type(IServerFlowRunTask)
In version 6.1.0, the Python wrapper for
IFlowexists, allowing easy skipping of Flow content during a migration run. However, there is no Python wrapper for the .NET namespace objectIServerFlowRunTask.Current hypothesized workaround to skip these tasks:
from Tableau.Migration.Content.Schedules.Server import IServerFlowRunTaskplan_builder.skip_content_type(IServerFlowRunTask)