gooddata_fdw.import_workspace.ImporterInitData

class gooddata_fdw.import_workspace.ImporterInitData(sdk, workspace, server_options, import_options, restriction_type, restricts)

Bases: NamedTuple

__init__()

Methods

__init__()

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

import_options

Alias for field number 3

restriction_type

Alias for field number 4

restricts

Alias for field number 5

sdk

Alias for field number 0

server_options

Alias for field number 2

workspace

Alias for field number 1

count(value, /)

Return number of occurrences of value.

import_options: ImportSchemaOptions

Alias for field number 3

index(value, start=0, stop=9223372036854775807, /)

Return first index of value.

Raises ValueError if the value is not present.

restriction_type: Optional[str]

Alias for field number 4

restricts: list[str]

Alias for field number 5

sdk: GoodDataSdk

Alias for field number 0

server_options: ServerOptions

Alias for field number 2

workspace: str

Alias for field number 1