PyTableauCloudUsernameMappingBase
class PyTableauCloudUsernameMappingBase
Bases: PyContentMappingBase[PyUser]
Base class for mapping users to supply a Tableau Cloud compatible usernames.
__init__()
Methods
__init__() |
|
|---|---|
map(ctx) |
Executes the mapping. |
map(ctx)
Executes the mapping.
Args: : ctx: The input context from the migration engine or previous hook.
Returns: : The context, potentially modified to pass on to the next hook or migration engine, or None to continue passing the input context.
- Parameters: ctx (PyContentMappingContext *[*TContent ])
- Return type: PyContentMappingContext[TContent]