Describes whether a job should create a destination table if it doesn't exist.
| Enums | |
|---|---|
CREATE_DISPOSITION_UNSPECIFIED |
Unknown. |
CREATE_NEVER |
This job should never create tables. |
CREATE_IF_NEEDED |
This job should create a table if it doesn't already exist. |