Class CreateDisposition (3.3.6)

See more code actions.
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.

builtins.object > CreateDisposition

__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.