Skip to content

Python Wrapper for IServerFlowRunTask Missing #95

Description

@jallenyoung

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions