Class CreateDisposition (3.3.3)

CreateDisposition()

Specifies whether the job is allowed to create new tables. The default value is CREATE_IF_NEEDED.

Creation, truncation and append actions occur as one atomic update upon job completion.

Inheritance

builtins.object > CreateDisposition

Methods

__init__

__init__()

Initialize self. See help(type(self)) for accurate signature.

CreateDisposition

CreateDisposition()

Specifies whether the job is allowed to create new tables. The default value is CREATE_IF_NEEDED.

Creation, truncation and append actions occur as one atomic update upon job completion.