tableau_migration.migration_content
Wrapper for classes in Tableau.Migration.Content namespace.
Classes
PyConnection (connection) |
Interface for a content item's embedded connection. |
---|---|
PyConnectionsContent (connections_content) |
Interface for content that has connection metadata. |
PyContainerContent (container_content) |
Interface for a content item that belongs to a container (e.g. project or personal space). |
PyCustomView (custom_view) |
The interface for a custom view content item. |
PyDataSource (data_source) |
Interface for a data source content item. |
PyDataSourceDetails (data_source_details) |
Interface for a data source object with extended information, from a GET query for example. |
PyDescriptionContent (description_content) |
Interface for a content item that has a description. |
PyExtractContent (extract_content) |
Interface for a content item that has an extract. |
PyGroup (group) |
Interface for a group content item. |
PyGroupUser (group_user) |
Interface for a user linked to a group content item. |
PyLabel (label) |
Interface for a content item's label. |
PyProject (project) |
Interface for a project content item. |
PyPublishableCustomView (publishable_custom_view) |
Interface for the publishable version of ICustomView. |
PyPublishableDataSource (publishable_data_source) |
Interface for a IDataSource that has been downloaded and has full information necessary for re-publishing. |
PyPublishableGroup (publishable_group) |
Interface for a group content item with users. |
PyPublishableWorkbook (publishable_workbook) |
Interface for an IWorkbook that has been downloaded and has full information necessary for re-publishing. |
PyPublishedContent (published_content) |
Interface for a content item that has metadata around publishing information. |
PyTag (tag) |
Inteface for tags associated with content items. |
PyUser (user) |
Interface for a user content item. |
PyUsernameContent (username_content) |
Interface for a content item that uses a domain qualified username. |
PyView (view) |
Interface for view associated with the content item. |
PyWithDomain (with_domain) |
Interface for content items with a domain. |
PyWithOwner (with_owner) |
Interface to be inherited by content items with owner. |
PyWithTags (with_tags) |
Interface to be inherited by content items with tags. |
PyWithWorkbook (with_workbook) |
Interface to be inherited by content items with workbook. |
PyWorkbook (workbook) |
Interface for a workbook content item. |
PyWorkbookDetails (workbook_details) |
Interface for a workbook object with extended information, from a GET query for example. |